Skip to content

Commit

Permalink
Fix height input
Browse files Browse the repository at this point in the history
Closes #193
  • Loading branch information
stevebauman committed Dec 28, 2023
1 parent 8ad97b8 commit c61e910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ControlDimensions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
class="text-center appearance-none w-14"
:value="height"
:disabled="lockWindowSize"
@input="$emit('height:width', $event)"
@input="$emit('update:height', $event)"
/>

<div class="px-2 text-xs font-semibold text-ui-gray-500">H</div>
Expand Down

0 comments on commit c61e910

Please sign in to comment.