WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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

Lines changed: 0 additions & 1 deletion
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)