Commit defb7a7d authored by Oleg Korshul's avatar Oleg Korshul

fix bug 35862

parent a0ce5f1f
...@@ -1801,6 +1801,9 @@ function CEditorPage(api) ...@@ -1801,6 +1801,9 @@ function CEditorPage(api)
if (AscCommon.g_inputContext && AscCommon.g_inputContext.externalChangeFocus()) if (AscCommon.g_inputContext && AscCommon.g_inputContext.externalChangeFocus())
return; return;
if (oThis.SplitterType != 0)
return;
var _isCatch = false; var _isCatch = false;
var downClick = global_mouseEvent.ClickCount; var downClick = global_mouseEvent.ClickCount;
......
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