Skip to content

Commit

Permalink
Fix bug where an extra comma is added after final object
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Jan 10, 2025
1 parent 9b8c7dd commit d0ac10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/src/components/entry-viewer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@displayOptions={{@displayOptions}}
@path={{@path}}
/>
{{#unless this.isLast}}
{{#unless @isLast}}
{{! In order for copy/paste to work, there cannot be extra whitespace around the delimiter }}
<span class="entry-delimiter" data-path={{concat @path "@" ","}}>,</span>
{{/unless}}
Expand Down

0 comments on commit d0ac10c

Please sign in to comment.