mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] Hide selector helper in Anomaly Explorer swimlane (#65522)
This commit is contained in:
parent
dddeec51b7
commit
ab5943c71d
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
.ml-swimlane-selector {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.ml-explorer {
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
|
|
|
@ -120,6 +120,7 @@ export class Explorer extends React.Component {
|
|||
disableDragSelectOnMouseLeave = true;
|
||||
|
||||
dragSelect = new DragSelect({
|
||||
selectorClass: 'ml-swimlane-selector',
|
||||
selectables: document.getElementsByClassName('sl-cell'),
|
||||
callback(elements) {
|
||||
if (elements.length > 1 && !ALLOW_CELL_RANGE_SELECTION) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue