macos: disable hit testing for unfocused split rectangle

This commit is contained in:
Mitchell Hashimoto
2023-09-10 16:02:09 -07:00
parent 8b26e93cb5
commit 8bec01f237

View File

@ -129,6 +129,7 @@ extension Ghostty {
if (isSplit && !surfaceFocus) {
Rectangle()
.fill(.white)
.allowsHitTesting(false)
.opacity(0.15)
}
}