Open deklanw opened 5 years ago
If I understand how this is supposed to work this part should cause the focus,
https://github.com/funkia/turbine/blob/master/examples/todo/src/Item.ts#L188
When I add focusInput.log(); I can see the dblclick events are triggering, but there is no focus.
focusInput.log();
dblclick
You are right. I can reproduce this.
If I understand how this is supposed to work this part should cause the focus,
https://github.com/funkia/turbine/blob/master/examples/todo/src/Item.ts#L188
When I add
focusInput.log();
I can see thedblclick
events are triggering, but there is no focus.