correct docstring default value for L.ImageOverlay interactive (#4425)
Was true, should be false.
This commit is contained in:
parent
d1ab25fc3d
commit
1db460ab2b
@ -25,7 +25,7 @@ L.ImageOverlay = L.Layer.extend({
|
||||
// Text for the `alt` attribute of the image (useful for accessibility).
|
||||
alt: '',
|
||||
|
||||
// @option interactive: Boolean = true
|
||||
// @option interactive: Boolean = false
|
||||
// If `true`, the image overlay will emit mouse events when clicked or hovered.
|
||||
interactive: false,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user