Remove update propagation

This commit is contained in:
Shin'ya Ueoka 2017-10-28 14:10:46 +09:00
parent c4996ef5d8
commit 24c7369451
12 changed files with 23 additions and 57 deletions

View file

@ -7,9 +7,6 @@ export default class KeymapperComponent {
this.store = store;
}
update() {
}
key(key) {
this.store.dispatch(inputActions.keyPress(key));