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 () {
|
Event.addListener( button, "click", function () {
|
||||||
if ( editor.editorState == "off" ) {
|
if ( editor.editorState == "off" ) {
|
||||||
editor.editorState = "off";
|
editor.editorState = "on";
|
||||||
var fc = editor.get('element').previousSibling,
|
var fc = editor.get('element').previousSibling,
|
||||||
el = editor.get('element');
|
el = editor.get('element');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue