Commit ffd74189 authored by Alexey.Musinov's avatar Alexey.Musinov

Merge branch 'hotfix/v5.0.1' of https://github.com/ONLYOFFICE/sdkjs into hotfix/v5.0.1

* 'hotfix/v5.0.1' of https://github.com/ONLYOFFICE/sdkjs:
  fix bug 35862
parents 08e6120e defb7a7d
...@@ -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