Skip to content

Commit f1f6476

Browse files
committed
fixed 1197
1 parent be08484 commit f1f6476

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/tmapLeafletDataPlot_symbols.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ tmapLeafletDataPlot.tm_data_symbols = function(a, shpTM, dt, pdt, popup.format,
4646
popups = view_format_popups(id = idt, titles = names(pdt), values = pdt, format = popup.format)
4747
}
4848

49-
50-
submit_labels(idt, "symbols", pane, group)
49+
idt = submit_labels(idt, "symbols", pane, group)
5150

5251
interactive = (!is.null(pdt) || !is.null(hdt))
5352

0 commit comments

Comments
 (0)