Skip to content

Commit

Permalink
fix: fix dialog tabindex
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanenkoStud committed Nov 1, 2023
1 parent 007b8db commit 6aab70c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kite-chat-component/src/kite-chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export class KiteChatElement extends LitElement {
</svg>
</div>
<dialog
tabindex="-1"
popover="manual"
id="kite-dialog"
class="kite-dialog ${classMap({
Expand Down

0 comments on commit 6aab70c

Please sign in to comment.