mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +03:00
macos: disable hit testing for unfocused split rectangle
This commit is contained in:
@ -129,6 +129,7 @@ extension Ghostty {
|
||||
if (isSplit && !surfaceFocus) {
|
||||
Rectangle()
|
||||
.fill(.white)
|
||||
.allowsHitTesting(false)
|
||||
.opacity(0.15)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user