Release v0.2
This commit is contained in:
@@ -574,6 +574,11 @@ private struct SidebarReplyComposer: View {
|
||||
isFocused = true
|
||||
}
|
||||
}
|
||||
.commitOnPlainReturn {
|
||||
if !appState.sidebarReplyDraft.trimmingCharacters(in: .whitespacesAndNewlines).isEmpty {
|
||||
appState.commitSidebarReply()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user