feature/popup: force close in +popup*close advice
This commit is contained in:
parent
3146513442
commit
0ae1f51db6
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ prevent the popup(s) from messing up the UI (or vice versa)."
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +popup*close (&rest _)
|
(defun +popup*close (&rest _)
|
||||||
"TODO"
|
"TODO"
|
||||||
(+popup/close))
|
(+popup/close nil t))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +popup*save (orig-fn &rest args)
|
(defun +popup*save (orig-fn &rest args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue