Use official redux on content
This commit is contained in:
parent
cf0dcf2522
commit
efa1cb3967
11 changed files with 36 additions and 103 deletions
|
@ -48,7 +48,9 @@ export default class KeymapperComponent {
|
|||
return true;
|
||||
}
|
||||
let operation = keymaps.get(matched[0]);
|
||||
let act = operationActions.exec(operation, key.repeat, state.setting);
|
||||
let act = operationActions.exec(
|
||||
operation, key.repeat, state.setting, state.addon.enabled
|
||||
);
|
||||
this.store.dispatch(act);
|
||||
this.store.dispatch(inputActions.clearKeys());
|
||||
return true;
|
||||
|
|
Reference in a new issue