Browse Source

Fixed Delete of Planning Poker doesn't work.

Thanks to xet7 !

Fixes #3915
Lauri Ojansivu 3 years ago
parent
commit
18b6381d79
1 changed files with 0 additions and 1 deletions
  1. 0 1
      client/components/cards/cardDetails.js

+ 0 - 1
client/components/cards/cardDetails.js

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