mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #139] [MERGED] Fix: Settings Window Title Bar Draggable Region Deadzone #74
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/139
Author: @JeffreyDMitchell
Created: 12/5/2024
Status: ✅ Merged
Merged: 12/10/2024
Merged by: @gschier
Base:
master← Head:draggable-window-control-region📝 Commits (1)
ff71f79window control area draggable📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
src-web/components/WindowControls.tsx(+1 -0)📄 Description
Issue:

Settings window is not draggable in this region:
Solution:
This can be corrected by adding the
data-tauri-drag-regionprop to theWindowControlscomponent.Alternatively, users of
WINDOW_CONTROLS_WIDTHcould compute the true width of the windows controls based on which controls are available.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.