Skip to content

Commit

Permalink
fix: prevent unnecessary scroll on tab change
Browse files Browse the repository at this point in the history
  • Loading branch information
albanm committed Dec 23, 2024
1 parent 4b44ce9 commit 273461c
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ui/src/components/site-patch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@
v-model="valid"
@submit.prevent
>
<vjsf
v-model="patch"
:options="vjsfOptions"
:schema="resolvedSchema"
/>
<v-defaults-provider :defaults="{VjsfTabs: {VWindowsItem: {eager: true}}}">
<vjsf
v-model="patch"
:options="vjsfOptions"
:schema="resolvedSchema"
/>
</v-defaults-provider>
</v-form>
</v-card-text>
<v-card-actions>
Expand Down

0 comments on commit 273461c

Please sign in to comment.