diff --git a/geemap/map_widgets.py b/geemap/map_widgets.py index 75be189a1a..2481ca2e5b 100644 --- a/geemap/map_widgets.py +++ b/geemap/map_widgets.py @@ -605,7 +605,7 @@ def _on_map_click(self, latlon: List[float]) -> None: if not latlon or len(latlon) < 2: return - self._clear_inspector_output() + self._clear_inspector_output() self._host_map.default_style = {"cursor": "wait"} self.point_info = self._point_info(latlon)