Skip to content

Commit

Permalink
fix: home autofocus
Browse files Browse the repository at this point in the history
  • Loading branch information
mwargan committed Apr 25, 2024
1 parent f8efa21 commit f3803c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const scrollToTop = () => {
</p>
</hgroup>
<card-element>
<create-redirect :autofocus="true"></create-redirect>
<create-redirect :autofocus="false"></create-redirect>
</card-element>
</section>
</template>
Expand Down

0 comments on commit f3803c1

Please sign in to comment.