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:
parent
3349c218a8
commit
5d9ffe54ee
@ -4581,7 +4581,7 @@ exports[`better eslint`] = {
|
||||
"public/app/features/canvas/runtime/root.tsx:2845174121": [
|
||||
[24, 19, 36, "Do not use any type assertions.", "1413431594"]
|
||||
],
|
||||
"public/app/features/canvas/runtime/scene.tsx:2928385813": [
|
||||
"public/app/features/canvas/runtime/scene.tsx:2490140997": [
|
||||
[155, 61, 25, "Do not use any type assertions.", "588553285"],
|
||||
[160, 42, 25, "Do not use any type assertions.", "588553285"]
|
||||
],
|
||||
|
@ -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!, {
|
||||
|
Loading…
Reference in New Issue
Block a user