mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-05-02 03:44:39 +00:00
macos: remove the unused resizeEvent code from SplitView
This commit is contained in:
@@ -43,7 +43,6 @@ struct TerminalSplitSubtreeView: View {
|
||||
}),
|
||||
dividerColor: ghostty.config.splitDividerColor,
|
||||
resizeIncrements: .init(width: 1, height: 1),
|
||||
resizePublisher: .init(),
|
||||
left: {
|
||||
TerminalSplitSubtreeView(node: split.left, onResize: onResize)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user