Commit 885d3717 authored by GoshaZotov's avatar GoshaZotov

show autoFilters context menu if click only left mouse button

parent f8024dbc
......@@ -1246,7 +1246,7 @@
this.isMoveRangeMode = true;
t._moveRangeHandle(event);
return;
} else if (t.targetInfo && t.targetInfo.target === c_oTargetType.FilterObject) {
} else if (t.targetInfo && t.targetInfo.target === c_oTargetType.FilterObject && 0 === event.button) {
t._autoFiltersClick(t.targetInfo.idFilter);
return;
} else if (t.targetInfo && undefined !== t.targetInfo.commentIndexes && false === this.settings.isViewerMode) {
......
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