Commit 18e5a35d authored by Julia Radzhabova's avatar Julia Radzhabova

[DE] Fix Bug 33937.

parent 59877250
......@@ -2686,6 +2686,11 @@ define([
menuParagraphAdvancedInTable
]
}).on('hide:after', function(menu) {
if (me.suppressEditComplete) {
me.suppressEditComplete = false;
return;
}
me.fireEvent('editcomplete', me);
me.currentMenu = null;
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment