mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
change single to double quotes
This commit is contained in:
committed by
GitHub
parent
606f79d483
commit
b1a4ecbc7d
@@ -381,7 +381,7 @@ function MaplibreMap(props: { file: PMTiles }) {
|
||||
const popup = new maplibregl.Popup({
|
||||
closeButton: false,
|
||||
closeOnClick: false,
|
||||
maxWidth: 'none',
|
||||
maxWidth: "none",
|
||||
});
|
||||
|
||||
mapRef.current = map;
|
||||
|
||||
Reference in New Issue
Block a user