Commit 73d31fcb authored by Oleg Korshul's avatar Oleg Korshul

.

parent c62a47c5
......@@ -1790,9 +1790,6 @@ function CEditorPage(api)
if (false === oThis.m_oApi.bInit_word_control)
return;
if (!oThis.m_oDrawingDocument.TargetHtmlElementOnSlide)
return oThis.m_oNotesApi.onMouseMove(e);
var oWordControl = oThis;
if (e.preventDefault)
......@@ -1842,9 +1839,6 @@ function CEditorPage(api)
if (false === oThis.m_oApi.bInit_word_control)
return;
if (!oThis.m_oDrawingDocument.TargetHtmlElementOnSlide)
return oThis.m_oNotesApi.onMouseUp(e);
var oWordControl = oThis;
if (!global_mouseEvent.IsLocked)
return;
......
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