fix: switch focus on pr select

This commit is contained in:
Lucas Sta Maria 2025-08-26 22:31:42 +08:00
parent 3fd3e90633
commit d142a39966
Signed by: lucas
GPG key ID: F07FB16A826E3B47

View file

@ -137,7 +137,7 @@
(ghpr-review-mode) (ghpr-review-mode)
(ghpr--open-pr/insert-contents pr repo-name) (ghpr--open-pr/insert-contents pr repo-name)
(goto-char (point-min))) (goto-char (point-min)))
(display-buffer buffer))) (switch-to-buffer-other-window buffer)))
(defun ghpr--is-comment-line (line) (defun ghpr--is-comment-line (line)
"Return t if LINE is a user comment (no prefix), nil otherwise." "Return t if LINE is a user comment (no prefix), nil otherwise."