Fixed Delete of Planning Poker doesn't work.

Thanks to xet7 !

Fixes #3915
This commit is contained in:
Lauri Ojansivu 2021-07-25 15:19:54 +03:00
parent c65d8ed6a9
commit 18b6381d79

View file

@ -1326,7 +1326,6 @@ BlazeComponent.extendComponent({
Popup.close();
},
'click .js-remove-poker': Popup.afterConfirm('deletePoker', (event) => {
event.preventDefault();
this.currentCard.unsetPoker();
Popup.close();
}),