From 42f6dc686f313ba294e3cbcfb0ebde50678580fe Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Wed, 27 May 2015 02:48:15 +0200 Subject: Prioritize escape actions with a label hierarchy instead of an integer --- client/components/main/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/components/main') diff --git a/client/components/main/editor.js b/client/components/main/editor.js index 95a8dc5d..a35ecd06 100644 --- a/client/components/main/editor.js +++ b/client/components/main/editor.js @@ -60,7 +60,7 @@ Template.editor.onRendered(function() { }); }); -EscapeActions.register(10, +EscapeActions.register('textcomplete', function() { return dropdownMenuIsOpened; }, function() {} ); -- cgit v1.2.3-1-g7c22