Преглед на файлове

Fix executeUpTo label when dragging cards

'popup' is not in the predefined hierarchy
Curtis G преди 8 години
родител
ревизия
3c3b744d16
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      client/components/lists/list.js

+ 1 - 1
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) {