Skip to content

Commit

Permalink
Fix minibuffer place after resuming frame
Browse files Browse the repository at this point in the history
* helm.el (helm-display-buffer-in-own-frame): Do it.
  • Loading branch information
Thierry Volpiatto committed Feb 24, 2018
1 parent 537bd2b commit ec9fdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm.el
Original file line number Diff line number Diff line change
Expand Up @@ -2809,7 +2809,7 @@ Note that this feature is available only with emacs-25+."
;; not on a session triggered by action, this way if user have
;; toggled minibuffer and header-line manually she keeps this
;; setting in next action.
(unless helm--executing-helm-action
(unless (or helm--executing-helm-action resume)
;; Add the hook inconditionally, if
;; helm-echo-input-in-header-line is nil helm-hide-minibuffer-maybe
;; will have anyway no effect so no need to remove the hook.
Expand Down

0 comments on commit ec9fdcd

Please sign in to comment.