Commit fed4ded0 authored by Oleg Korshul's avatar Oleg Korshul

scrolling if field selected

parent ec09c7d8
...@@ -1589,7 +1589,12 @@ function CEditorPage(api) ...@@ -1589,7 +1589,12 @@ function CEditorPage(api)
// теперь проверить трек таблиц // теперь проверить трек таблиц
var ret = oWordControl.m_oDrawingDocument.checkMouseDown_Drawing(pos); var ret = oWordControl.m_oDrawingDocument.checkMouseDown_Drawing(pos);
if (ret === true) if (ret === true)
{
if (-1 == oWordControl.m_oTimerScrollSelect)
oWordControl.m_oTimerScrollSelect = setInterval(oWordControl.SelectWheel, 20);
return; return;
}
if (-1 == oWordControl.m_oTimerScrollSelect) if (-1 == oWordControl.m_oTimerScrollSelect)
{ {
......
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