Skip to content

Commit

Permalink
fix attribute name
Browse files Browse the repository at this point in the history
  • Loading branch information
kepper committed Oct 26, 2024
1 parent e53e7a8 commit 50175fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DiploTabMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="entry">
<label>@coord.x1</label>
<div class="value">
<SliderInput label="" getterName="activeDiploTransElementAttValue" idParam="coord.x1" setterName="setActiveDiploTransElementAttValue" :min="0" :max="pageWidth" :step="1"/>
<SliderInput label="" getterName="activeDiploTransElementAttValue" idParam="x" setterName="setActiveDiploTransElementAttValue" :min="0" :max="pageWidth" :step="1"/>
</div>
</div>
<div class="entry" v-if="isNote">
Expand Down

0 comments on commit 50175fd

Please sign in to comment.