mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Canvas: Enable multi-select via shift key
This commit is contained in:
@@ -307,7 +307,7 @@ export class Scene {
|
||||
this.selecto = new Selecto({
|
||||
container: this.div,
|
||||
selectableTargets: targetElements,
|
||||
selectByClick: true,
|
||||
toggleContinueSelect: 'shift',
|
||||
});
|
||||
|
||||
this.moveable = new Moveable(this.div!, {
|
||||
|
||||
Reference in New Issue
Block a user