Disable sidebar showing when filtering using keyboard shortcut

This commit is contained in:
Nadav Tasher 2024-07-06 22:08:41 +03:00
parent c632bc4555
commit ebece3f961

View file

@ -237,7 +237,6 @@ class SetFilter {
if (this._indexOfVal(val) === -1) {
this._selectedElements.push(val);
this._dep.changed();
showFilterSidebar();
}
}