فهرست منبع

Fix card placeholder size on firefox

Maxime Quandalle 10 سال پیش
والد
کامیت
6457615e6a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      client/components/lists/main.js

+ 1 - 1
client/components/lists/main.js

@@ -39,7 +39,7 @@ BlazeComponent.extendComponent({
       items: itemsSelector,
       placeholder: 'minicard placeholder',
       start: function(event, ui) {
-        $('.minicard.placeholder').height(ui.item.height());
+        ui.placeholder.height(ui.helper.height());
         Popup.close();
         boardComponent.showNewCardForms(false);
       },