mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix #1887
This commit is contained in:
parent
4e7f33b9e2
commit
6aa7a2abef
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ BlazeComponent.extendComponent({
|
|||
items: itemsSelector,
|
||||
placeholder: 'minicard-wrapper placeholder',
|
||||
start(evt, ui) {
|
||||
ui.helper.css('z-index', 1000);
|
||||
ui.placeholder.height(ui.helper.height());
|
||||
EscapeActions.executeUpTo('popup-close');
|
||||
boardComponent.setIsDragging(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue