fix: typography trigger twice end event, close #5696

pull/5702/head
tangjinzhou 2022-06-13 10:15:15 +08:00
parent 599b474ab7
commit e39edab75a
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ const Editable = defineComponent({
function onBlur() {
confirmChange();
emit('end');
}
function confirmChange() {