Skip to content

Commit a15ced2

Browse files
[ML] Hide selector helper in Anomaly Explorer swimlane (#65522) (#65649)
Co-authored-by: Elastic Machine <[email protected]>
1 parent 49feeb3 commit a15ced2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

x-pack/plugins/ml/public/application/explorer/_explorer.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.ml-swimlane-selector {
2+
visibility: hidden;
3+
}
4+
15
.ml-explorer {
26
width: 100%;
37
display: inline-block;

x-pack/plugins/ml/public/application/explorer/explorer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ export class Explorer extends React.Component {
120120
disableDragSelectOnMouseLeave = true;
121121

122122
dragSelect = new DragSelect({
123+
selectorClass: 'ml-swimlane-selector',
123124
selectables: document.getElementsByClassName('sl-cell'),
124125
callback(elements) {
125126
if (elements.length > 1 && !ALLOW_CELL_RANGE_SELECTION) {

0 commit comments

Comments
 (0)