Skip to content

Releases: reearth/cesium-dnd

Fix onDrag, onDrop bug

30 Jul 06:43
363a1e7
Compare
Choose a tag to compare

Before

onDrag and onDrop didn't work since ctx return always undefined.

After

Changed where the initialScreenPosition is asseted.