From e07aa90735c70251e7b246aeb11e17199141ca8d Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Mon, 15 Jan 2024 18:22:54 -0500 Subject: [PATCH] bug: dont' overwrite meta --- R/group_tabularray.R | 1 - 1 file changed, 1 deletion(-) diff --git a/R/group_tabularray.R b/R/group_tabularray.R index 26507c8a..db568387 100644 --- a/R/group_tabularray.R +++ b/R/group_tabularray.R @@ -59,7 +59,6 @@ group_tabularray_col <- function(x, j, ...) { out <- do.call(style_tt, args) } - attr(out, "tinytable_meta") <- m return(out) }