mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03: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