Преглед изворни кода

Disable sidebar showing when filtering using keyboard shortcut

Nadav Tasher пре 1 година
родитељ
комит
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();
     }
   }