Skip to content

Commit

Permalink
Force marker removal if SDSS query fails
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Oct 26, 2022
1 parent 277c7d2 commit 037ca25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jdaviz/configs/imviz/plugins/catalogs/catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def search(self):
self.results_available = True
self.number_of_results = 0
self.app._catalog_source_table = None
viewer.remove_markers(marker_name=self._marker_name)
return

# TODO: Filter this table the same way as the actual displayed markers.
Expand Down

0 comments on commit 037ca25

Please sign in to comment.