mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Canvas: Fix selecto box offset placement #52489
This commit is contained in:
parent
66f941adb8
commit
813f18b990
@ -309,6 +309,7 @@ export class Scene {
|
||||
|
||||
this.selecto = new Selecto({
|
||||
container: this.div,
|
||||
rootContainer: this.div,
|
||||
selectableTargets: targetElements,
|
||||
toggleContinueSelect: 'shift',
|
||||
selectFromInside: false,
|
||||
|
Loading…
Reference in New Issue
Block a user