fix editor state toggle
This commit is contained in:
parent
c9694d3e63
commit
704518007f
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@
|
|||
|
||||
Event.addListener( button, "click", function () {
|
||||
if ( editor.editorState == "off" ) {
|
||||
editor.editorState = "off";
|
||||
editor.editorState = "on";
|
||||
var fc = editor.get('element').previousSibling,
|
||||
el = editor.get('element');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue