Skip to content

Commit 334509b

Browse files
committed
no need to grid.draw grobs
1 parent 9c498c1 commit 334509b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

R/tm_g_association.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,7 @@ srv_tm_g_association <- function(id,
525525
id = "decorator",
526526
data = output_q,
527527
decorators = select_decorators(decorators, "plot"),
528-
expr = quote({
529-
grid::grid.newpage()
530-
grid::grid.draw(plot)
531-
})
528+
expr = quote(plot)
532529
)
533530

534531
plot_r <- reactive({

0 commit comments

Comments
 (0)