Fix executeUpTo label when dragging cards

'popup' is not in the predefined hierarchy
This commit is contained in:
Curtis G 2017-02-05 21:01:15 -05:00 committed by GitHub
parent 7102e91f50
commit 3c3b744d16

View file

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