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 8201019 commit e9a6898Copy full SHA for e9a6898
inst/htmlwidgets/plotly.js
@@ -74,7 +74,7 @@ HTMLWidgets.widget({
74
});
75
76
// inject a "control panel" holding selectize/dynamic color widget(s)
77
- if (x.selectize || x.highlight.dynamic && !instance.plotly) {
+ if ((x.selectize || x.highlight.dynamic) && !instance.plotly) {
78
var flex = document.createElement("div");
79
flex.class = "plotly-crosstalk-control-panel";
80
flex.style = "display: flex; flex-wrap: wrap";
0 commit comments