mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-06 18:14:43 -08:00
Update select logic
This commit is contained in:
@@ -642,11 +642,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