diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-09-17 10:29:49 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-17 10:29:49 +0900 |
commit | dd5d800e97f541851c149ce1db295da044313315 (patch) | |
tree | 45989bac78e17cd031b81f98f351255917be0d41 | |
parent | 1b7784638230dc4960c130181a3e008c96ebfebe (diff) | |
parent | 399b29a460f9d25f9168e2d11e6712ec1a456aa4 (diff) |
Merge pull request #466 from Stefanough/correctActionName_20180830
correct INPUT_KEY_PRESS action type name
-rw-r--r-- | src/content/actions/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |