mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Disable sidebar showing when filtering using keyboard shortcut
This commit is contained in:
parent
c632bc4555
commit
ebece3f961
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ class SetFilter {
|
|||
if (this._indexOfVal(val) === -1) {
|
||||
this._selectedElements.push(val);
|
||||
this._dep.changed();
|
||||
showFilterSidebar();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue