Fix flag check
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Willem Dantuma
2025-08-11 10:11:45 +02:00
parent 9d45c25a95
commit b5e11da9a8

View File

@@ -477,7 +477,7 @@ export class MapComponent implements OnInit, OnDestroy, AfterViewInit {
}
handleShowLayerValues(event: MouseEvent) {
if (this.hideShowLayerValues) {
if (!this.hideShowLayerValues) {
event.stopPropagation();
this.zone.run(() => {
this.store.dispatch(new mapActions.ToggleLayerValuesEnabled());