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 b4c0c12 commit f35e2f5Copy full SHA for f35e2f5
R/utils.R
@@ -723,7 +723,7 @@ verify_key_type <- function(p) {
723
for (i in seq_along(keys)) {
724
k <- keys[[i]]
725
if (is.null(k)) next
726
- if (identical(p$x$layout$clickmode, "select")) {
+ if ("select" %in% p$x$layout$clickmode && "plotly_click" %in% p$x$highlight$on) {
727
warning(
728
"`layout.clickmode` = 'select' is not designed to work well with ",
729
"the R package's linking framework (i.e. crosstalk support).",
0 commit comments