ios: stop refocusing composer after send

This commit is contained in:
2026-05-02 16:37:55 -07:00
parent 05989e9fae
commit 85f8d6b5f3

View File

@@ -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 {