We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a5796 commit 11a8808Copy full SHA for 11a8808
1 file changed
js/scripts.js
@@ -1163,6 +1163,10 @@ var plugin_formcreator = new function() {
1163
},
1164
title: i18n.textdomain('formcreator').__('Update a translation', 'formcreator'),
1165
close: function () {
1166
+ // Remove unclosed TinyMCE toolbar
1167
+ var tinyToolbar = document.querySelector('.tox-tinymce-aux');
1168
+ tinyToolbar.parentNode.removeChild(tinyToolbar);
1169
+ // Reload the tab
1170
reloadTab();
1171
1172
fail: function () {
0 commit comments