Skip to content

Commit

Permalink
add decoration to clickable obj names
Browse files Browse the repository at this point in the history
  • Loading branch information
RenaKunisaki committed Jun 1, 2022
1 parent 2466eec commit d51a1b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser/r/js/app/ui/MapViewer/ObjectList.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default class ObjectList {
//XXX make the entire row clickable?
td.addEventListener('click',
e => this.mapViewer.showObject(row.entry));
td.classList.add('link');
return td;
},
},
Expand Down

0 comments on commit d51a1b6

Please sign in to comment.