mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02: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,
|
items: itemsSelector,
|
||||||
placeholder: 'minicard placeholder',
|
placeholder: 'minicard placeholder',
|
||||||
start: function(event, ui) {
|
start: function(event, ui) {
|
||||||
$('.minicard.placeholder').height(ui.item.height());
|
ui.placeholder.height(ui.helper.height());
|
||||||
Popup.close();
|
Popup.close();
|
||||||
boardComponent.showNewCardForms(false);
|
boardComponent.showNewCardForms(false);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue