Fix executeUpTo label when dragging cards

'popup' is not in the predefined hierarchy
reviewable/pr782/r1
Curtis G 8 years ago committed by GitHub
parent 7102e91f50
commit 3c3b744d16
  1. 2
      client/components/lists/list.js

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

Loading…
Cancel
Save