Fix help-menu.component.ts
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
102d96ded9
commit
697708710e
@ -23,6 +23,6 @@ export class HelpMenuComponent implements OnInit {
|
||||
|
||||
toggle(event:MouseEvent) {
|
||||
event.stopPropagation();
|
||||
this.store.dispatch(new appActions.ToggleAppMenu());
|
||||
this.store.dispatch(new appActions.ToggleHelpMenu());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user