Explorar o código

Disable sidebar showing when filtering using keyboard shortcut

Nadav Tasher hai 1 ano
pai
achega
ebece3f961
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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();
     }
   }