From 85f8d6b5f376ba70296cd15cff39b49376339c78 Mon Sep 17 00:00:00 2001 From: James Magahern Date: Sat, 2 May 2026 16:37:55 -0700 Subject: [PATCH] ios: stop refocusing composer after send --- ios/Packages/Sybil/Sources/Sybil/SybilWorkspaceView.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ios/Packages/Sybil/Sources/Sybil/SybilWorkspaceView.swift b/ios/Packages/Sybil/Sources/Sybil/SybilWorkspaceView.swift index e792065..b538448 100644 --- a/ios/Packages/Sybil/Sources/Sybil/SybilWorkspaceView.swift +++ b/ios/Packages/Sybil/Sources/Sybil/SybilWorkspaceView.swift @@ -74,11 +74,6 @@ struct SybilWorkspaceView: View { } .background(SybilTheme.background) .frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .topLeading) - .onChange(of: viewModel.isSending) { _, isSending in - if !isSending, viewModel.showsComposer { - composerFocused = true - } - } } private var header: some View {