fix: cancelling the key action popover holds its state (#699)

This commit is contained in:
Róbert Kiss
2018-06-25 00:27:14 +02:00
committed by László Monda
parent 150f993e5f
commit 873f1de1ef

View File

@@ -239,6 +239,7 @@ export class SvgKeyboardWrapComponent implements OnInit, OnChanges {
hidePopover(): void {
this.popoverShown = false;
this.selectedKey = undefined;
this.popoverInitKeyAction = null;
}
selectLayer(index: number): void {