branch: externals/transient
commit c088aaccbb4942d8770c89f15a43b52243be9e97
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 ae8e1e6522..2f9a2e1406 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3273,7 +3273,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