Canvas: Fix selecto box offset placement #52489

This commit is contained in:
Nathan Marrs 2022-07-20 05:28:02 -06:00 committed by GitHub
parent 66f941adb8
commit 813f18b990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -309,6 +309,7 @@ export class Scene {
this.selecto = new Selecto({
container: this.div,
rootContainer: this.div,
selectableTargets: targetElements,
toggleContinueSelect: 'shift',
selectFromInside: false,