follow as redux
This commit is contained in:
parent
6f857e2c81
commit
0a7ae631cd
8 changed files with 297 additions and 208 deletions
|
@ -17,4 +17,10 @@ export default {
|
|||
|
||||
// Settings
|
||||
SETTING_SET_SETTINGS: 'setting.set.settings',
|
||||
|
||||
// Follow
|
||||
FOLLOW_ENABLE: 'follow.enable',
|
||||
FOLLOW_DISABLE: 'follow.disable',
|
||||
FOLLOW_KEY_PRESS: 'follow.key.press',
|
||||
FOLLOW_BACKSPACE: 'follow.backspace',
|
||||
};
|
||||
|
|
Reference in a new issue