Skip to content

Commit

Permalink
expand "show data not in viewer" for empty new viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Nov 7, 2023
1 parent bbc1576 commit c59be70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/components/viewer_data_select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module.exports = {
// default to passed values, whenever value or uncertainty are changed
// updateTruncatedValues will overwrite the displayed values
multi_select: multi_select,
showExtraItems: false,
showExtraItems: Object.keys(this.$props.viewer.selected_data_items).length == 0,
valueTrunc: this.value,
uncertTrunc: this.uncertainty
}
Expand Down

0 comments on commit c59be70

Please sign in to comment.