Skip to content

Commit 5d4f6ec

Browse files
Try ...
1 parent 32b626e commit 5d4f6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/gghighlight.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ gghighlight <- function(
136136
VERY_SECRET_COLUMN_NAME <- sym("highlight..........")
137137

138138
#' @export
139-
ggplot_add.gg_highlighter <- function(object, plot, object_name) {
139+
ggplot_add.gg_highlighter <- function(object, plot, ...) {
140140
if (length(plot$layers) == 0) {
141141
plot$data <- sieve_data(
142142
plot$data,

0 commit comments

Comments
 (0)