浏览代码

Disable sidebar showing when filtering using keyboard shortcut

Nadav Tasher 11 月之前
父节点
当前提交
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();
     }
   }