tauri/.changes/undecorated-resizing.md
2024-06-05 19:03:22 +03:00

11 lines
459 B
Markdown

---
"tauri": "patch:bug"
"tauri-runtime-wry": "patch:bug"
---
On Windows, handle resizing undecorated windows natively which improves performance and fixes a couple of annoyances with previous JS implementation:
- No more cursor flickering when moving the cursor across an edge.
- Can resize from top even when `data-tauri-drag-region` element exists there.
- Upon starting rezing, clicks don't go through elements behind it so no longer accidental clicks.