branch: elpa/dslide
commit d365e646603a3ec96e0edd4bd29e8b0351925996
Author: Psionik K <73710933+psioni...@users.noreply.github.com>
Commit: Psionik K <73710933+psioni...@users.noreply.github.com>

    suppress animations in end method of inline child action
    
    Signed-off-by: Psionik K <73710933+psioni...@users.noreply.github.com>
---
 macro-slides.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/macro-slides.el b/macro-slides.el
index 0e22a380ec..60fd2b866a 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -1645,7 +1645,8 @@ child is found."
                          :slide-action #'ms-action-narrow
                          :slide-action-args '(:include-restriction t 
:with-children t)
                          :child-action 'none)))
-            (ms-end child)
+            (let ((ms-slide-in-effect nil))
+              (ms-end child))
             (push child (oref obj children)))
         (setq exhausted t)))))
 

Reply via email to