fix: temporarily comment out link popover code

This commit is contained in:
prssanna 2020-12-17 14:22:58 +05:30
parent 74b9fcd315
commit 1e02e52b91

View file

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