Fix mouse action selection on mouse-tab.
This commit is contained in:
@@ -105,6 +105,7 @@ export class MouseTabComponent implements OnInit, KeyActionSaver {
|
|||||||
private mouseActionParam: MouseActionParam;
|
private mouseActionParam: MouseActionParam;
|
||||||
private selectedIndex: number;
|
private selectedIndex: number;
|
||||||
private selectedButton: HTMLButtonElement;
|
private selectedButton: HTMLButtonElement;
|
||||||
|
private MouseActionParam = MouseActionParam;
|
||||||
|
|
||||||
constructor(private renderer: Renderer) {
|
constructor(private renderer: Renderer) {
|
||||||
this.selectedIndex = 0;
|
this.selectedIndex = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user