docs: clarify L.Draggable works on any DOM element (#6710) (#9787)

Co-authored-by: Florian Bischof <design.falke@gmail.com>
This commit is contained in:
Sarwan Azhar
2025-07-07 16:27:41 +05:00
committed by GitHub
parent 42a75331ed
commit 333009fe7a

View File

@ -10,8 +10,7 @@ import * as PointerEvents from './DomEvent.PointerEvents.js';
* @inherits Evented
*
* A class for making DOM elements draggable.
* Used internally for map and marker dragging. Only works for elements
* that were positioned with [`DomUtil.setPosition`](#domutil-setposition).
* Used internally for map and marker dragging. Works on any DOM element
*
* @example
* ```js