Commit 78549a39 authored by alexey.musinov's avatar alexey.musinov

focus fixed

parent c5f45b26
......@@ -5310,7 +5310,7 @@ function offline_mouse_down(x, y, pin, isViewerMode, isFormulaEditMode, isRangeR
if (ct.target && ct.target === AscCommonExcel.c_oTargetType.FilterObject) {
ws.af_setDialogProp(ct.idFilter);
//var cell = offline_get_cell_in_coord(x, y);
return;
return {};
}
if (isRangeResize) {
......
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