mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-30 06:58:38 +00:00
Fix comment
This commit is contained in:
@@ -152,7 +152,7 @@ extension Ghostty {
|
|||||||
/// The neighbors, used for navigation.
|
/// The neighbors, used for navigation.
|
||||||
let neighbors: SplitNode.Neighbors
|
let neighbors: SplitNode.Neighbors
|
||||||
|
|
||||||
/// The SplitNode that the leaf belongs to. This will be set to nil but when leaf is closed.
|
/// The SplitNode that the leaf belongs to. This will be set to nil when leaf is closed.
|
||||||
@Binding var node: SplitNode?
|
@Binding var node: SplitNode?
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
|
Reference in New Issue
Block a user