We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae278b commit 66dc1afCopy full SHA for 66dc1af
R/layout.R
@@ -79,7 +79,7 @@ config <- function(p, ...) {
79
if (!removeCollab) list(sharingButton()),
80
attrs[["modeBarButtonsToAdd"]]
81
)
82
- attrs <- attrs[grepl("modeBarButtonsTo", names(attrs))]
+ attrs <- attrs[!grepl("modeBarButtonsTo", names(attrs))]
83
p$x$config <- modify_list(p$x$config, attrs)
84
p
85
}
0 commit comments