Skip to content

Commit

Permalink
clarify inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Nov 25, 2024
1 parent 2086e04 commit d095af5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jdaviz/configs/imviz/plugins/orientation/orientation.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class Orientation(PluginTemplateMixin, ViewerSelectMixin):
"""
template_file = __file__, "orientation.vue"

# defined as traitlet to allow access from UI - leave fixed
# defined as traitlet in addition to global variable above to
# allow access from UI - leave fixed
base_wcs_layer_label = Unicode(base_wcs_layer_label).tag(sync=True)

align_by_items = List().tag(sync=True)
Expand Down

0 comments on commit d095af5

Please sign in to comment.