فهرست منبع

Fixed Delete of Planning Poker doesn't work.

Thanks to xet7 !

Fixes #3915
Lauri Ojansivu 3 سال پیش
والد
کامیت
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();
         }),