mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00
Merge pull request #821 from gpanders/macos-split-close-fixup
macos: set id on nested terminal splits
This commit is contained in:
@ -345,6 +345,7 @@ extension Ghostty {
|
||||
let neighbors: SplitNode.Neighbors
|
||||
|
||||
var body: some View {
|
||||
Group {
|
||||
switch (node) {
|
||||
case nil:
|
||||
Color(.clear)
|
||||
@ -373,6 +374,8 @@ extension Ghostty {
|
||||
)
|
||||
}
|
||||
}
|
||||
.id(node)
|
||||
}
|
||||
}
|
||||
|
||||
/// When changing the split state, or going full screen (native or non), the terminal view
|
||||
|
Reference in New Issue
Block a user