Sfoglia il codice sorgente

Fix executeUpTo label when dragging cards

'popup' is not in the predefined hierarchy
Curtis G 8 anni fa
parent
commit
3c3b744d16
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {