From 3cb0846d8c1fea2cd0c2fd3a4b25d538a5d1a440 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 30 Oct 2023 19:25:02 -0700 Subject: [PATCH] macos: regressed #761 --- macos/Sources/Ghostty/Ghostty.TerminalSplit.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/macos/Sources/Ghostty/Ghostty.TerminalSplit.swift b/macos/Sources/Ghostty/Ghostty.TerminalSplit.swift index 5a2115692..72ab873c4 100644 --- a/macos/Sources/Ghostty/Ghostty.TerminalSplit.swift +++ b/macos/Sources/Ghostty/Ghostty.TerminalSplit.swift @@ -88,6 +88,7 @@ extension Ghostty { } } .navigationTitle(surfaceTitle ?? "Ghostty") + .id(node) // Needed for change detection on node } else { // On these events we want to reset the split state and call it. let pubSplit = center.publisher(for: Notification.ghosttyNewSplit, object: zoomedSurface!)