Open
Description
Hello,
I am trying to edit a particular node in RST. This is done by 'Edit Title' button click on the context menu. I followed - https://frontend-collective.github.io/react-sortable-tree/storybook/?selectedKind=Basics&selectedStory=Modify%20nodes&full=0&addons=0&stories=1&panelRight=0 and am able to edit the node successfully. My issue is, I need to revert the node I am editing to look like rest of the nodes (i.e. remove input tag) on "focus out". The input tag remains once the node is modified.
It would be great, if anyone can guide on this! Thanks!