mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
459 B
459 B
tauri | tauri-runtime-wry |
---|---|
patch:bug | 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.