Merge pull request #16133 from frappe/mergify/bp/develop/pr-16105
This commit is contained in:
commit
d3e79bf75f
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ frappe.ui.LinkPreview = class {
|
|||
}
|
||||
|
||||
this.popover_timeout = setTimeout(() => {
|
||||
if (this.popover) {
|
||||
if (this.popover && this.popover.options) {
|
||||
let new_content = this.get_popover_html(preview_data);
|
||||
this.popover.options.content = new_content;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue