funkia / turbine

Purely functional frontend framework for building web applications
MIT License
685 stars 27 forks source link

TodoMVC new items aren't focusing #108

Open deklanw opened 5 years ago

deklanw commented 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.

paldepind commented 5 years ago

You are right. I can reproduce this.