Skip to content

Commit

Permalink
fix: kill process while browing with webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Aug 20, 2024
1 parent 378de96 commit 9adac9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grip-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ Use default browser unless `xwidget' is available."
(when grip--process
;; Delete xwidget buffer
(when (and grip-preview-use-webkit
(display-graphic-p)
(featurep 'xwidget-internal)
(xwidget-webkit-current-session)
(string-match-p (grip--preview-url) (xwidget-webkit-current-url)))
Expand Down

0 comments on commit 9adac9c

Please sign in to comment.