Suraj Shetty
há 3 anos
committed by
GitHub
ascendente
cometimento
d3e79bf75f
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
1 eliminações
-
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 { |
|
|
|