Skip to content

v0.6.9

Choose a tag to compare

@github-actions github-actions released this 21 Mar 01:39
· 69 commits to main since this release
fix: prevent RefCell borrow panic in mouse/touch handlers

Use try_borrow() instead of borrow() to avoid panic when
ResizeObserver has an active borrow_mut during mouse events.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>