branch: externals/ivy-posframe
commit d16fbb0ca2bb31bb133bcbddce3f28eb08e66f3e
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@163.com>

    Fix ivy-posframe-mode block ivy-mode's ivy-dispatching-done(M-o) #69
    
    * ivy-posframe.el (ivy-posframe-dispatching-done): call
    ivy-dispatching-done instead of ivy-done
---
 ivy-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index f1b9ecb..f716db1 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -334,7 +334,7 @@ This variable is useful for `ivy-posframe-read-action' .")
   "Ivy-posframe's `ivy-dispatching-done'."
   (interactive)
   (let* ((ivy-read-action-function #'ivy-posframe-read-action-by-key))
-    (ivy-done)))
+    (ivy-dispatching-done)))
 
 (defun ivy-posframe-read-action ()
   "Ivy-posframe version `ivy-read-action'"

Reply via email to