fix: temporarily comment out link popover code
This commit is contained in:
parent
74b9fcd315
commit
1e02e52b91
1 changed files with 3 additions and 1 deletions
|
|
@ -126,7 +126,9 @@ frappe.Application = Class.extend({
|
|||
}
|
||||
}
|
||||
}
|
||||
this.link_preview = new frappe.ui.LinkPreview();
|
||||
|
||||
// REDESIGN-TODO: Fix preview popovers
|
||||
//this.link_preview = new frappe.ui.LinkPreview();
|
||||
|
||||
if (!frappe.boot.developer_mode) {
|
||||
setInterval(function() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue