add smoothscroll property

This commit is contained in:
Shin'ya Ueoka 2018-01-13 15:31:39 +09:00
parent 42839161bb
commit 2ca1b54faa
4 changed files with 36 additions and 23 deletions

View file

@ -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;
}