2
0
Эх сурвалжийг харах

Disable sidebar showing when filtering using keyboard shortcut

Nadav Tasher 11 сар өмнө
parent
commit
ebece3f961
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  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();
     }
   }