From 6fc2548844657dc0f96ae5fdf44af0870f99efb4 Mon Sep 17 00:00:00 2001 From: RaviAnand111 Date: Fri, 21 Jan 2022 21:50:39 +0530 Subject: [PATCH] Table popup hide on click on page and everything except table button and its children fixes #750 --- dist/PublicLab.Editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/PublicLab.Editor.js b/dist/PublicLab.Editor.js index a1c9cba1..1b481610 100644 --- a/dist/PublicLab.Editor.js +++ b/dist/PublicLab.Editor.js @@ -22758,7 +22758,7 @@ module.exports = function CustomInsert(_module, wysiwyg) { } }); const builder = require("./PublicLab.CustomInsert.Template.js"); - $('.wk-commands').append(''); + $('.wk-commands').append(''); var Option1 = "Notes"; var Option2 = "List"; $('.woofmark-command-insert').attr('data-content', builder);