mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 01:40:13 +01:00
enable add/remove labels for multiselect via shortcut
This commit is contained in:
parent
0e9aa2eeed
commit
4d31985eb9
4 changed files with 54 additions and 8 deletions
|
|
@ -83,6 +83,9 @@ MultiSelection = {
|
|||
isEmpty() {
|
||||
return this.count() === 0;
|
||||
},
|
||||
getSelectedCardIds(){
|
||||
return this._selectedCards.curValue;
|
||||
},
|
||||
|
||||
activate() {
|
||||
if (!this.isActive()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue