Updated bug message
This commit is contained in:
parent
deaeab3d92
commit
42f289d994
|
@ -72,7 +72,7 @@ function bindControlEvents(){
|
||||||
}
|
}
|
||||||
|
|
||||||
function editorIsShown(){
|
function editorIsShown(){
|
||||||
// Not working as intended. Always returns true.
|
// Not working as intended.
|
||||||
if(window.aceEditor){
|
if(window.aceEditor){
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue