Skip to content

Commit

Permalink
fix(free-dom): manual diff andy keyboard same time markline exception
Browse files Browse the repository at this point in the history
  • Loading branch information
SepVeneto committed Dec 10, 2024
1 parent 5f9b30d commit e82ef92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/freeDom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ const freeDom = defineComponent({
nativeOnMousedown: this.handleSelect,
nativeOnKeydown: this.handleKeyboard,
nativeOnKeyup: this.reset,
onBlur: this.reset,
},
)?.(slots)
},
Expand Down

0 comments on commit e82ef92

Please sign in to comment.