Fix card placeholder size on firefox

pull/188/head
Maxime Quandalle 10 years ago
parent dcc64f44f9
commit 6457615e6a
  1. 2
      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);
},

Loading…
Cancel
Save