|
@@ -44,7 +44,7 @@ BlazeComponent.extendComponent({
|
|
placeholder: 'minicard-wrapper placeholder',
|
|
placeholder: 'minicard-wrapper placeholder',
|
|
start(evt, ui) {
|
|
start(evt, ui) {
|
|
ui.placeholder.height(ui.helper.height());
|
|
ui.placeholder.height(ui.helper.height());
|
|
- EscapeActions.executeUpTo('popup');
|
|
|
|
|
|
+ EscapeActions.executeUpTo('popup-close');
|
|
boardComponent.setIsDragging(true);
|
|
boardComponent.setIsDragging(true);
|
|
},
|
|
},
|
|
stop(evt, ui) {
|
|
stop(evt, ui) {
|