Fix key bind animation side effect

This commit is contained in:
Farkas József
2016-12-14 22:48:18 +01:00
parent 42686f4221
commit 5e7e0c4933
9 changed files with 22 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ export class SvgModuleComponent {
@Input() coverages: any[];
@Input() keyboardKeys: SvgKeyboardKey[];
@Input() keyActions: KeyAction[];
@Input() keybindAnimationEnabled: boolean;
@Output() keyClick = new EventEmitter();
@Output() keyHover = new EventEmitter();