Activate TinyMCE on click, to fix Interact blocking 2nd and further
focus events
This commit is contained in:
@@ -69,6 +69,10 @@ define([
|
||||
that.model.set('text', editor.getContent());
|
||||
});
|
||||
|
||||
editor.on('click', function(e) {
|
||||
editor.focus();
|
||||
});
|
||||
|
||||
editor.on('focus', function(e) {
|
||||
that.disableDragging();
|
||||
that.disableShowingTools();
|
||||
|
Reference in New Issue
Block a user