Skip to content

Commit

Permalink
fix: the code is commented out.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Dec 9, 2024
1 parent e8e2517 commit 7774a40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ext/popup-message.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
;; NOTE: Block mouse clicks on popup windows to prevent them from gaining focus.
;; If a popup window gains focus, it becomes the only active window in the window-tree,
;; which prevents Lem from being able to close it.
;; Mouse scrolling remains enabled since popup windows are used for displaying text content. :clickable nil
;; Mouse scrolling remains enabled since popup windows are used for displaying text content.
:clickable nil
:style style)))
(buffer-start (window-view-point window))
(window-see window)
Expand Down

0 comments on commit 7774a40

Please sign in to comment.