From 7d0509af1aea8118ae619063617e81bd5e215b10 Mon Sep 17 00:00:00 2001 From: Joscha <34318751+josxha@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:15:06 +0200 Subject: [PATCH] fix bad revert --- maplibre_gl/lib/src/maplibre_map.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maplibre_gl/lib/src/maplibre_map.dart b/maplibre_gl/lib/src/maplibre_map.dart index 62c14a61..15a9aebf 100644 --- a/maplibre_gl/lib/src/maplibre_map.dart +++ b/maplibre_gl/lib/src/maplibre_map.dart @@ -52,7 +52,7 @@ class MapLibreMap extends StatefulWidget { AnnotationType.symbol, AnnotationType.circle, AnnotationType.fill, - }, + ], this.annotationConsumeTapEvents = const [ AnnotationType.symbol, AnnotationType.fill,