lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 739c3d27 authored by Oleg Korshul's avatar Oleg Korshul

.

parent cb74be9d
......@@ -1521,7 +1521,7 @@ function CEditorPage(api)
oThis.m_oApi.checkLastWork();
//console.log("down: " + isTouch + ", " + AscCommon.isTouch);
if (false === oThis.m_oApi.bInit_word_control || (AscCommon.isTouch && undefined === isTouch))
if (false === oThis.m_oApi.bInit_word_control || (AscCommon.isTouch && undefined === isTouch) || oThis.m_oApi.isLongAction())
return;
if (!oThis.m_bIsIE)
......@@ -1630,7 +1630,7 @@ function CEditorPage(api)
{
oThis.m_oApi.checkLastWork();
if (false === oThis.m_oApi.bInit_word_control || (AscCommon.isTouch && undefined === isTouch))
if (false === oThis.m_oApi.bInit_word_control || (AscCommon.isTouch && undefined === isTouch) || oThis.m_oApi.isLongAction())
return;
if (e.preventDefault)
......@@ -1725,7 +1725,7 @@ function CEditorPage(api)
oThis.m_oApi.checkLastWork();
//console.log("up: " + isTouch + ", " + AscCommon.isTouch);
if (false === oThis.m_oApi.bInit_word_control || (AscCommon.isTouch && undefined === isTouch))
if (false === oThis.m_oApi.bInit_word_control || (AscCommon.isTouch && undefined === isTouch) || oThis.m_oApi.isLongAction())
return;
//if (true == global_mouseEvent.IsLocked)
// return;
......
......@@ -478,6 +478,8 @@
_blockStd = null;
window.g_asc_plugins.api.asc_Recalculate();
setTimeout(function() {
window.g_asc_plugins.api.__content_control_worker.run();
}, 1);
......
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