fix: cancelling the key action popover holds its state (#699)
This commit is contained in:
committed by
László Monda
parent
150f993e5f
commit
873f1de1ef
@@ -239,6 +239,7 @@ export class SvgKeyboardWrapComponent implements OnInit, OnChanges {
|
|||||||
hidePopover(): void {
|
hidePopover(): void {
|
||||||
this.popoverShown = false;
|
this.popoverShown = false;
|
||||||
this.selectedKey = undefined;
|
this.selectedKey = undefined;
|
||||||
|
this.popoverInitKeyAction = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
selectLayer(index: number): void {
|
selectLayer(index: number): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user