remove message propagation
This commit is contained in:
parent
86431e82f7
commit
903c9c78b7
8 changed files with 37 additions and 22 deletions
|
@ -28,7 +28,4 @@ export default class KeymapperComponent {
|
|||
this.store.dispatch(inputActions.clearKeys());
|
||||
return true;
|
||||
}
|
||||
|
||||
onMessage() {
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue