Skip to content

Commit

Permalink
Frontend: Add tabindex to extended-description-body
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinSRG committed Feb 3, 2024
1 parent dae57f1 commit 175d97a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:action-buttons="actionButtons"
@action-btn="clickActionButton"
>
<div class="extended-description-body">
<div class="extended-description-body" tabindex="-1">
<LoadingOverlay v-if="loading"></LoadingOverlay>
<div v-if="!loading && editing" class="extended-description-edit">
<textarea
Expand Down

0 comments on commit 175d97a

Please sign in to comment.