Skip to content

Commit c914c35

Browse files
make sure create_tree works also when caching is activated
1 parent 4905fc5 commit c914c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/nested-to-tree.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#' @importFrom purrr when
88
#' @keywords internal
99
create_tree <- function(text, structure_only = FALSE) {
10-
compute_parse_data_nested(text) %>%
10+
compute_parse_data_nested(text, transformers = NULL) %>%
1111
pre_visit(c(default_style_guide_attributes)) %>%
1212
create_tree_from_pd_with_default_style_attributes(structure_only)
1313
}

0 commit comments

Comments
 (0)