mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
don't call ace_getInInternationalComposition if editor is not fully loaded
This commit is contained in:
parent
b6f354a2de
commit
3f31445abf
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ function Ace2Editor()
|
|||
|
||||
editor.getInInternationalComposition = function()
|
||||
{
|
||||
if (!loaded) return false;
|
||||
return info.ace_getInInternationalComposition();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue