branch: externals/ivy-explorer
commit 92abbe82e982e0b2cfd3ba517fd8e052da5bb677
Author: Clemens Radermacher <clem...@posteo.net>
Commit: Clemens Radermacher <clem...@posteo.net>

    Don't read dispatch action twice
---
 ivy-explorer.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-explorer.el b/ivy-explorer.el
index e948765..ab2d45b 100644
--- a/ivy-explorer.el
+++ b/ivy-explorer.el
@@ -347,7 +347,7 @@ in this case `avy' is not invoked again."
      (lambda ()
        (let ((action (ivy-read-action)))
          (when action
-           (ivy-set-action (ivy-read-action))
+           (ivy-set-action action)
            (ivy-done)))))))
 
 (defun ivy-explorer-dired ()

Reply via email to