vizhub-core / vzcode

Mob Programming Code Editor
MIT License
65 stars 13 forks source link

F2-Rename Draft #643

Open demhos opened 6 months ago

demhos commented 6 months ago

This is what I have so far, not sure what else to add to context to make it enter the input box

demhos commented 5 months ago

I've removed the states from Item.tsx and changed the name of the name in reducer to fileIdBeingRenamed for better clarification.

curran commented 5 months ago

Looks great! One thing I notice is that when I actually test it out, I press F2 when a file is selected and I get the following error:

image

I'm curious, when you select a file and press F2, does this error not happen for you?

I think the problem is that the text field is not set up yet in the DOM, so it tries to auto-focus it too soon.