Card Details as Popup

This commit is contained in:
Martin Filser 2021-10-18 19:53:01 +02:00
parent 4ab290928c
commit 09b127b648
7 changed files with 45 additions and 23 deletions

View file

@ -220,6 +220,7 @@ BlazeComponent.extendComponent({
return [
{
'click .js-minicard': this.clickOnMiniCard,
'click .js-minicard-popup': Popup.open("cardDetails"),
'click .js-toggle-multi-selection': this.toggleMultiSelection,
'click .open-minicard-composer': this.scrollToBottom,
submit: this.addCard,