This commit is contained in:
Andrés Manelli 2018-09-12 18:35:56 +02:00
parent 4e7f33b9e2
commit 6aa7a2abef

View file

@ -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);