Skip to content

Commit

Permalink
Table popup hide on clicingk on page and everything except table butt…
Browse files Browse the repository at this point in the history
…on and its children fixes publiclab#750
  • Loading branch information
RaviAnand111 committed Jan 26, 2022
1 parent 58e33ca commit acc45c9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dist/PublicLab.Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -22758,7 +22758,11 @@ module.exports = function CustomInsert(_module, wysiwyg) {
}
});
const builder = require("./PublicLab.CustomInsert.Template.js");
$('.wk-commands').append('<a class="woofmark-command-insert btn btn-outline-secondary" data-toggle="insert" title="Custom Insert"><i class="fa fa-tags"></i></a>');
$('.wk-commands').append('<button class="woofmark-command-insert btn btn-outline-secondary" data-toggle="insert" title="Custom Insert"><i class="fa fa-tags"></i></button>');

$(document).ready(function() {
$('[data-toggle="insert"]').tooltip();
});

var Option1 = "Notes";
var Option2 = "List";
Expand Down

0 comments on commit acc45c9

Please sign in to comment.