v0.6.9
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>