فهرست منبع

Pressing escape while autocomplete is open no longer closes the minicard

Kenton Hamaluik 9 سال پیش
والد
کامیت
f5be121cf3
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      client/components/lists/listBody.js

+ 5 - 0
client/components/lists/listBody.js

@@ -233,5 +233,10 @@ BlazeComponent.extendComponent({
         });
       },
     });
+
+    EscapeActions.register('textcomplete',
+      () => {},
+      () => dropdownMenuIsOpened
+    );
   },
 }).register('addCardForm');