mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 15:49:18 -08:00
Update select logic
This commit is contained in:
committed by
Matthieu Baumann
parent
5410544404
commit
ddfd5ead05
@@ -644,11 +644,13 @@ export let View = (function () {
|
||||
footprintClickedFunction(o, xy);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
// rewrite objs
|
||||
objs = Array.from(Object.values(objsByCats));
|
||||
//view.selectObjects([objs]);
|
||||
view.lastClickedObject = objs;
|
||||
|
||||
} else {
|
||||
// If there is a past clicked object
|
||||
if (view.lastClickedObject) {
|
||||
|
||||
Reference in New Issue
Block a user