Canvas: Enable multi-select via shift key

This commit is contained in:
Nathan Marrs 2022-06-29 10:00:58 -07:00 committed by GitHub
parent 3349c218a8
commit 5d9ffe54ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"]
],

View File

@ -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!, {