fix: avoid crash on update_cursor_icon (#7)

This commit is contained in:
elm
2025-08-19 20:20:22 +09:00
committed by GitHub
parent 6031e1c9d4
commit 38b2f09365
2 changed files with 7 additions and 8 deletions

View File

@@ -6,7 +6,8 @@
### Bug Fixes
- Fixed so that webview can detect pointers correctly even if it is not the root entity.
- Fixed so that the webview can detect pointers correctly even if it is not the root entity.
- Avoid a crash when updating the cursor icon
### Breaking Changes