mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
42b79a8cce
commit
5e4380e26b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const module = uiModules.get('apps/ml');
|
|||
import { listenerFactoryProvider } from 'plugins/ml/factories/listener_factory';
|
||||
|
||||
module.service('mlExplorerDashboardService', function () {
|
||||
this.allowCellRangeSelection = true;
|
||||
this.allowCellRangeSelection = false;
|
||||
|
||||
const listenerFactory = listenerFactoryProvider();
|
||||
const dragSelect = this.dragSelect = listenerFactory();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue