mirror of
https://github.com/wekan/wekan.git
synced 2026-01-07 10:08:49 +01:00
Merge pull request #5575 from NadavTasher/feature/disable-filter-menu-popup-when-using-keyboard-filters
Disable sidebar showing when filtering using keyboard shortcut
This commit is contained in:
commit
5bbbf9d0e6
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