Преглед изворни кода

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

version-14
Suraj Shetty пре 3 година
committed by GitHub
родитељ
комит
d3e79bf75f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      frappe/public/js/frappe/ui/link_preview.js

+ 1
- 1
frappe/public/js/frappe/ui/link_preview.js Прегледај датотеку

@@ -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…
Откажи
Сачувај