branch: externals/transient
commit 2ef62fac897a434650df8a01bea613425ef1aa9e
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    transient--insert-group: Support multi-row cells
    
    See #193 for why we might want that.
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 3dee728253..ee90b540c1 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3276,7 +3276,7 @@ have a history of their own.")
              (let ((rows (mapcar #'transient-format (oref column suffixes))))
                (when-let ((desc (transient-format-description column)))
                  (push desc rows))
-               rows))
+               (flatten-tree rows)))
            (oref group suffixes)))
          (vp (or (oref transient--prefix variable-pitch)
                  transient-align-variable-pitch))

Reply via email to