3 Commits

2 changed files with 3 additions and 5 deletions

View File

@@ -1,5 +1,8 @@
update_settings(max_parallel_updates=4)
load('ext://dotenv', 'dotenv')
dotenv() # defaults to .env in the current directory
local_resource(
"server",
cmd="npm ci --no-audit --no-fund",

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 {