close_popup: rm label

This commit is contained in:
Swrup 2024-07-03 11:19:26 +02:00
parent a44f13085d
commit f0a168c8e9
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@ let wrap_latlng latlng map =
let open_popup popup map =
ignore @@ Jv.call map "openPopup" [| Popup.to_jv popup |]
let close_popup ~popup map =
let close_popup popup map =
ignore
@@
match popup with