Skip to content

Commit

Permalink
Fix glitchy conditional markdown and code inputs (#9589)
Browse files Browse the repository at this point in the history
  • Loading branch information
smilledge committed Dec 10, 2021
1 parent a33f0a6 commit c777520
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/components/v-form/v-form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
/>
<form-field
v-else
v-show="!field.meta?.hidden"
v-else-if="!field.meta?.hidden"
:key="field.field"
:field="field"
:autofocus="index === firstEditableFieldIndex && autofocus"
Expand Down

0 comments on commit c777520

Please sign in to comment.