Procházet zdrojové kódy

Merge branch 'patch-1' of https://github.com/qge/wekan into qge-patch-1

Lauri Ojansivu před 8 roky
rodič
revize
01372ab5cc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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) {