fix: typography trigger twice end event, close #5696
parent
599b474ab7
commit
e39edab75a
|
@ -102,7 +102,6 @@ const Editable = defineComponent({
|
|||
|
||||
function onBlur() {
|
||||
confirmChange();
|
||||
emit('end');
|
||||
}
|
||||
|
||||
function confirmChange() {
|
||||
|
|
Loading…
Reference in New Issue