diff --git a/macos/Sources/Ghostty/SurfaceView.swift b/macos/Sources/Ghostty/SurfaceView.swift index b042cea9f..015600392 100644 --- a/macos/Sources/Ghostty/SurfaceView.swift +++ b/macos/Sources/Ghostty/SurfaceView.swift @@ -129,6 +129,7 @@ extension Ghostty { if (isSplit && !surfaceFocus) { Rectangle() .fill(.white) + .allowsHitTesting(false) .opacity(0.15) } }