From 399b29a460f9d25f9168e2d11e6712ec1a456aa4 Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 30 Aug 2018 18:31:47 -0700 Subject: [PATCH] correct INPUT_KEY_PRESS action name --- src/content/actions/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/actions/index.js b/src/content/actions/index.js index 1c51ab0..6976df7 100644 --- a/src/content/actions/index.js +++ b/src/content/actions/index.js @@ -6,7 +6,7 @@ export default { SETTING_SET: 'setting.set', // User input - INPUT_KEY_PRESS: 'input.key,press', + INPUT_KEY_PRESS: 'input.key.press', INPUT_CLEAR_KEYS: 'input.clear.keys', // Completion