mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
Fix card placeholder size on firefox
This commit is contained in:
parent
dcc64f44f9
commit
6457615e6a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue