Skip to content

Commit

Permalink
check issue on page edition tinymce drag and drop of mini template
Browse files Browse the repository at this point in the history
  • Loading branch information
jzabate committed Feb 27, 2024
1 parent 033aa27 commit 17722dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/plugins/js/plugin.melistagHTML.init.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ function melistagHTML_init(idPlugin) {
function melistagHTML_savePlugin(editor) {
editor.on("init", function(ed) {
$("#" + editor.id).trigger("blur");
console.log("melis-front plugin.melistagHTML.init.js #+editor.id: ", "#"+editor.id);
});
}

Expand Down

0 comments on commit 17722dc

Please sign in to comment.