[SSE] Fix Bug 33322.
This commit is contained in:
parent
d13f0ac0b0
commit
d2df65b0b6
|
@ -1183,7 +1183,7 @@ define([
|
||||||
'command+shift+l,ctrl+shift+l': function(e) {
|
'command+shift+l,ctrl+shift+l': function(e) {
|
||||||
var state = me._state.filter;
|
var state = me._state.filter;
|
||||||
me._state.filter = undefined;
|
me._state.filter = undefined;
|
||||||
if (me.editMode && me.api) {
|
if (me.editMode && me.api && !me._state.multiselect) {
|
||||||
if (me._state.tablename || state)
|
if (me._state.tablename || state)
|
||||||
me.api.asc_changeAutoFilter(me._state.tablename, Asc.c_oAscChangeFilterOptions.filter, !state);
|
me.api.asc_changeAutoFilter(me._state.tablename, Asc.c_oAscChangeFilterOptions.filter, !state);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue