Fix: dead-frame
This commit is contained in:
parent
0649423e70
commit
f86d7a6c37
@ -251,7 +251,7 @@ Checkout `lsp-ui-doc--make-frame', `lsp-ui-doc--move-frame'."
|
||||
(left-fringe . ,(frame-char-width)))))
|
||||
window frame
|
||||
(main-frame (selected-frame)))
|
||||
(if eldoc-box--frame
|
||||
(if (and eldoc-box--frame (frame-live-p eldoc-box--frame))
|
||||
(progn (setq frame eldoc-box--frame)
|
||||
(setq window (frame-selected-window frame)))
|
||||
(setq window (display-buffer-in-child-frame
|
||||
|
Loading…
Reference in New Issue
Block a user