branch: externals/transient commit 19cf9bef5d5c70fdd636ea021a0d26f0104a473d Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Revert "transient--insert-group: Support multi-row cells" This reverts commit c088aaccbb4942d8770c89f15a43b52243be9e97. This has to wait a few days until we depend on the compat package. Closes #196. --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index 2f9a2e1406..ae8e1e6522 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)) - (flatten-tree rows))) + rows)) (oref group suffixes))) (vp (or (oref transient--prefix variable-pitch) transient-align-variable-pitch))