Commit 97370641 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete unused IsFocus

parent ae5054c8
......@@ -125,10 +125,6 @@ var editor;
this.isShapeImageChangeUrl = false;
this.isTextArtChangeUrl = false;
//находится ли фокус в рабочей области редактора(используется для copy/paste в MAC)
// ToDo убрать, когда Гоша поправит clipboard.js
this.IsFocus = null;
this.formulasList = null; // Список всех формул
this._init();
......@@ -1993,8 +1989,6 @@ var editor;
if (this.wb) {
this.wb.enableKeyEventsHandler(isEnabled);
}
//наличие фокуса в рабочей области редактора(используется для copy/paste в MAC)
this.IsFocus = isEnabled;
if (isFromInput !== true && AscCommon.g_inputContext)
AscCommon.g_inputContext.setInterfaceEnableKeyEvents(isEnabled);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment