Skip to content

Commit 3539231

Browse files
committed
fixup(e3e2e11): Improve options for showing menu during minibuffer use
1 parent e3e2e11 commit 3539231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/transient.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2497,8 +2497,8 @@ value. Otherwise return CHILDREN as is."
24972497
(transient--show)))))
24982498
(when (and (window-live-p transient--window)
24992499
(and show
2500-
(not (eq show 'fixed))
2501-
(not (window-full-height-p transient--window))))
2500+
(or (not (eq show 'fixed))
2501+
(window-full-height-p transient--window))))
25022502
(set-window-parameter transient--window 'window-preserved-size
25032503
(list (window-buffer transient--window) nil nil))))
25042504
(transient--pop-keymap 'transient--transient-map)

0 commit comments

Comments
 (0)