add smoothscroll property
This commit is contained in:
parent
42839161bb
commit
2ca1b54faa
4 changed files with 36 additions and 23 deletions
|
@ -47,7 +47,7 @@ export default class KeymapperComponent {
|
|||
return true;
|
||||
}
|
||||
let operation = keymaps.get(matched[0]);
|
||||
this.store.dispatch(operationActions.exec(operation));
|
||||
this.store.dispatch(operationActions.exec(operation, state.setting));
|
||||
this.store.dispatch(inputActions.clearKeys());
|
||||
return true;
|
||||
}
|
||||
|
|
Reference in a new issue