Conversation
…ow with shadows ref: tauri-apps/tao#1052
Package Changes Through bf8902aThere are 9 changes which include tauri-cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri with minor, @tauri-apps/api with minor, @tauri-apps/cli with minor, tauri-bundler with patch, tauri-macos-sign with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
Note that I did find a very small issue about the resize handle direction on the top right corner, which I don't really know what is causing it, probably some went off by one or so video.mp4 |
|
@Legend-Master this should be fixed now, it happened because we were still doing full hit testing which meant the few pixels at top-left and top-right are considered a resize handle inside the client area. The fix is to skip doing hit testing altogether for undecorated window with shadows and consider it as top only border, because we only care for the top resize handle in that case, and is also great for performance |
ref: tauri-apps/tao#1052