mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-07 13:53:18 +00: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