Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed May 17, 2024
1 parent 5e0a568 commit c69f7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/radix-vue/src/Dialog/DialogContentImpl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rootContext.descriptionId ||= useId(undefined, 'radix-vue-dialog-description')
onMounted(() => {
rootContext.contentElement = contentElement
// Preserve the `DialogTrigger` element in case it was triggerred programatically
// Preserve the `DialogTrigger` element in case it was triggered programmatically
if (document.activeElement !== document.body)
rootContext.triggerElement.value = document.activeElement as HTMLElement
})
Expand Down

0 comments on commit c69f7d4

Please sign in to comment.