mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 15:49:18 -08:00
Push overlayItems in selector getObjects as an array for consistency
This commit is contained in:
committed by
Matthieu Baumann
parent
ddfd5ead05
commit
35f13fe1f0
@@ -163,7 +163,7 @@ export class Selector {
|
||||
}
|
||||
|
||||
if (o.intersectsBBox(x, y, w, h, view)) {
|
||||
objList.push(o);
|
||||
objList.push([o]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user