-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core/wry): implement resizing natively on Windows (#9862)
- Loading branch information
Showing
3 changed files
with
313 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.