Merge pull request #466 from Stefanough/correctActionName_20180830

correct INPUT_KEY_PRESS action type name
jh-changes
Shin'ya Ueoka 6 years ago committed by GitHub
commit dd5d800e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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