Skip to content

Commit e39edab

Browse files
committed
fix: typography trigger twice end event, close #5696
1 parent 599b474 commit e39edab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/typography/Editable.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ const Editable = defineComponent({
102102

103103
function onBlur() {
104104
confirmChange();
105-
emit('end');
106105
}
107106

108107
function confirmChange() {

0 commit comments

Comments
 (0)