Commit 941e8d1c authored by Oleg Korshul's avatar Oleg Korshul

fix bug 33983

parent 495928e9
......@@ -1315,6 +1315,7 @@
else
{
// меню для текстового селекта показываем всегда
isSelectCell = (this.ContextMenuLastInfo && (this.ContextMenuLastInfo.selectCell != null)) ? true : false;
isShowContextMenu = (!isSelectCell && (this.ContextMenuLastMode == AscCommon.MobileTouchContextMenuType.Select));
if (this.ContextMenuLastShow || isTableRuler)
......
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