mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
macos: nil bottomright when we close it
This commit is contained in:
@ -81,6 +81,7 @@ extension Ghostty {
|
|||||||
assert(state.direction != .none)
|
assert(state.direction != .none)
|
||||||
assert(state.bottomRight != nil)
|
assert(state.bottomRight != nil)
|
||||||
state.topLeft = state.bottomRight!
|
state.topLeft = state.bottomRight!
|
||||||
|
state.bottomRight = nil
|
||||||
state.direction = .none
|
state.direction = .none
|
||||||
|
|
||||||
// See fixFocus comment, we have to run this whenever split changes.
|
// See fixFocus comment, we have to run this whenever split changes.
|
||||||
|
Reference in New Issue
Block a user