Skip to content

Commit 8a364bd

Browse files
committed
fix: remove unused param
1 parent 68d212f commit 8a364bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_g_spiderplot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ srv_g_spiderplot <- function(id,
269269
output$plot <- output$plot <- plotly::renderPlotly(plotly::event_register(
270270
{
271271
plotly_q()$p |>
272-
setup_trigger_tooltips(session$ns, input)
272+
setup_trigger_tooltips(session$ns)
273273
},
274274
"plotly_selected"
275275
))

0 commit comments

Comments
 (0)