Skip to content

@neodrag/[email protected]

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 18:53
· 43 commits to main since this release
bd831dc

Major Changes

  • #60 f2d1130 Thanks @PuruVJ! - Event data provides the root node

    {
    	onDrag: ({ node }) => {
    		console.log(node);
    	};
    }

Patch Changes

  • Fix behavior when snap provided as 0