Merge pull request #466 from Stefanough/correctActionName_20180830

correct INPUT_KEY_PRESS action type name
This commit is contained in:
Shin'ya Ueoka 2018-09-17 10:29:49 +09:00 committed by GitHub
commit dd5d800e97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ export default {
SETTING_SET: 'setting.set', SETTING_SET: 'setting.set',
// User input // User input
INPUT_KEY_PRESS: 'input.key,press', INPUT_KEY_PRESS: 'input.key.press',
INPUT_CLEAR_KEYS: 'input.clear.keys', INPUT_CLEAR_KEYS: 'input.clear.keys',
// Completion // Completion