Compare commits
2 Commits
codex/ios-
...
57a6287b2b
| Author | SHA1 | Date | |
|---|---|---|---|
| 57a6287b2b | |||
| 85f8d6b5f3 |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user