Commit df804f1f authored by Oleg Korshul's avatar Oleg Korshul

.

parent 4ef87d14
...@@ -836,6 +836,9 @@ function CEditorPage(api) ...@@ -836,6 +836,9 @@ function CEditorPage(api)
this.TextBoxBackground.HtmlElement["ontouchstart"] = function(e) this.TextBoxBackground.HtmlElement["ontouchstart"] = function(e)
{ {
if (!oThis.IsFocus)
oThis.m_oApi.asc_enableKeyEvents(true);
oThis.IsUpdateOverlayOnlyEndReturn = true; oThis.IsUpdateOverlayOnlyEndReturn = true;
oThis.StartUpdateOverlay(); oThis.StartUpdateOverlay();
var ret = oThis.MobileTouchManager.onTouchStart(e); var ret = oThis.MobileTouchManager.onTouchStart(e);
......
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