enable add/remove labels for multiselect via shortcut

This commit is contained in:
viehlieb 2022-02-23 14:58:13 +01:00
parent 0e9aa2eeed
commit 4d31985eb9
4 changed files with 54 additions and 8 deletions

View file

@ -83,6 +83,9 @@ MultiSelection = {
isEmpty() {
return this.count() === 0;
},
getSelectedCardIds(){
return this._selectedCards.curValue;
},
activate() {
if (!this.isActive()) {