Skip to content

Commit

Permalink
fix(Editable): not submitting within a dialog (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia authored Feb 11, 2025
1 parent 293798a commit 8590268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/radix-vue/src/Editable/EditableRoot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ provideEditableRootContext({
:as="as"
:as-child="asChild"
:dir="dir"
data-dismissable-layer
@focus.capture="focusOutside.onFocusCapture"
@blur.capture="focusOutside.onBlurCapture"
@pointerdown.capture="pointerDownOutside.onPointerDownCapture"
Expand Down

0 comments on commit 8590268

Please sign in to comment.