pmndrs / react-three-editor

🔌 A one of a kind scene editor that writes changes back into your code
MIT License
617 stars 40 forks source link

Double click on Element name in properties panel/scene tree to rename it #30

Open nksaraf opened 1 year ago

nksaraf commented 1 year ago

When user double clicks on element in scene tree, or in properties panel,we should turn it into an editable input box that they can change the name in. We should also serialize the name as a prop back to the code.