mirror of
https://github.com/nasa/openmct.git
synced 2025-03-24 21:15:55 +00:00
fix: navigate before selection for geospatial results
This commit is contained in:
parent
ed7e85c8a0
commit
11295a8042
@ -140,7 +140,8 @@ export default {
|
||||
// if we're not on the correct page, navigate to the object,
|
||||
// then wait for the selection event to fire before issuing a new selection
|
||||
if (
|
||||
this.result.annotationType === this.openmct.annotation.ANNOTATION_TYPES.PLOT_SPATIAL
|
||||
this.result.annotationType === this.openmct.annotation.ANNOTATION_TYPES.PLOT_SPATIAL ||
|
||||
this.result.annotationType === this.openmct.annotation.ANNOTATION_TYPES.GEOSPATIAL
|
||||
) {
|
||||
this.openmct.selection.on('change', this.clickedPlotAnnotation);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user