Skip to content

Commit 3178b58

Browse files
committed
PathOptions.pointerEvents
PathOptions.pointerEvents should be string instead of boolean, see http://leafletjs.com/reference.html#path-pointerevents and https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events
1 parent 6f04d25 commit 3178b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leaflet/leaflet.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3278,7 +3278,7 @@ declare module L {
32783278
/**
32793279
* Sets the pointer-events attribute on the path if SVG backend is used.
32803280
*/
3281-
pointerEvents?: boolean;
3281+
pointerEvents?: string;
32823282

32833283
/**
32843284
* Custom class name set on an element.

0 commit comments

Comments
 (0)