Commit 422000ea authored by GoshaZotov's avatar GoshaZotov

fix bug 33516

parent ccea9d9a
......@@ -11467,8 +11467,15 @@
}
}
};
this._isLockedAll(onChangeAutoFilterCallback);
if(Asc.c_oAscChangeFilterOptions.style === optionType)
{
onChangeAutoFilterCallback(true);
}
else
{
this._isLockedAll(onChangeAutoFilterCallback);
}
};
WorksheetView.prototype.applyAutoFilter = function (autoFilterObject) {
......
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