Pressing escape while autocomplete is open no longer closes the minicard

This commit is contained in:
Kenton Hamaluik 2015-10-08 12:32:31 -06:00
parent c2cb17c5df
commit f5be121cf3

View file

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