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 dddeec5 commit ab5943cCopy full SHA for ab5943c
x-pack/plugins/ml/public/application/explorer/_explorer.scss
@@ -1,3 +1,7 @@
1
+.ml-swimlane-selector {
2
+ visibility: hidden;
3
+}
4
+
5
.ml-explorer {
6
width: 100%;
7
display: inline-block;
x-pack/plugins/ml/public/application/explorer/explorer.js
@@ -120,6 +120,7 @@ export class Explorer extends React.Component {
120
disableDragSelectOnMouseLeave = true;
121
122
dragSelect = new DragSelect({
123
+ selectorClass: 'ml-swimlane-selector',
124
selectables: document.getElementsByClassName('sl-cell'),
125
callback(elements) {
126
if (elements.length > 1 && !ALLOW_CELL_RANGE_SELECTION) {
0 commit comments