Преглед на файлове

Fixed Delete of Planning Poker doesn't work.

Thanks to xet7 !

Fixes #3915
Lauri Ojansivu преди 4 години
родител
ревизия
18b6381d79
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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();
         }),