sonicoder86 / todomvc-vue-composition-api

TodoMVC built with Vue 3 Composition Api and Vuex

Home Page:https://blacksonic.github.io/todomvc-vue-composition-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: handleBlur event failed to trigger

zhangenming opened this issue · comments

It's not triggered handleBlur unless you tap it manually (click 3 times)(It should be able to reproduce, test on chrome/firefox)
as shown in the figure
This results in multiple item being edited at the same time

I didn't find a way to deal with him
Are you going to fix him?
thank!

image