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.
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 thedblclickevents are triggering, but there is no focus.