Browse Source

Merge pull request #5575 from NadavTasher/feature/disable-filter-menu-popup-when-using-keyboard-filters

Disable sidebar showing when filtering using keyboard shortcut
Lauri Ojansivu 6 months ago
parent
commit
5bbbf9d0e6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      client/lib/filter.js

+ 0 - 1
client/lib/filter.js

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