branch: elpa/helm
commit 47575ad6ab551827ae2f11b127dcf7060195b1eb
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Force mode-line update after dropping
---
 helm-files.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index be646868b4..fdc11b258b 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -5672,7 +5672,8 @@ When no suitable place to drop is found ask to drop to
               helm-ff-drag-mouse-1-default-action target)
           ;; Retrieve focus after dropping
           (with-selected-frame helm-initial-frame
-            (select-window (minibuffer-window))))
+            (select-window (minibuffer-window))
+            (force-mode-line-update t)))
       (helm-run-after-exit
        #'helm-find-files-do-action
        helm-ff-drag-mouse-1-default-action target))))

Reply via email to