Skip to content

Commit dabca5f

Browse files
committed
[macOS] Focus compose on reply
1 parent 03a8936 commit dabca5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apple/InlineMac/Views/Chat/Compose/ComposeAppKit.swift

+1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ class ComposeAppKit: NSView {
222222
.sink { [weak self] replyingToMsgId in
223223
guard let self else { return }
224224
updateReplyingView(to: replyingToMsgId, animate: true)
225+
focus()
225226
}.store(in: &cancellables)
226227
}
227228

0 commit comments

Comments
 (0)