Skip to content

Commit

Permalink
fixup(e3e2e11): Improve options for showing menu during minibuffer use
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Dec 1, 2024
1 parent e3e2e11 commit 3539231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -2497,8 +2497,8 @@ value. Otherwise return CHILDREN as is."
(transient--show)))))
(when (and (window-live-p transient--window)
(and show
(not (eq show 'fixed))
(not (window-full-height-p transient--window))))
(or (not (eq show 'fixed))
(window-full-height-p transient--window))))
(set-window-parameter transient--window 'window-preserved-size
(list (window-buffer transient--window) nil nil))))
(transient--pop-keymap 'transient--transient-map)
Expand Down

0 comments on commit 3539231

Please sign in to comment.