Merge pull request #16133 from frappe/mergify/bp/develop/pr-16105

This commit is contained in:
Suraj Shetty 2022-02-25 09:31:05 +05:30 committed by GitHub
commit d3e79bf75f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {