react-three-editable icon indicating copy to clipboard operation
react-three-editable copied to clipboard

Add ability to remove editables

Open AndrewPrifer opened this issue 3 years ago • 0 comments

If an editable is not currently present in the scene, r3e will assume that in the future it could be, and preserves its data. The problem that only the active editables' data is exposed in the editor, the "removed" editables' isn't, thus making it harder than should be to remove these.

AndrewPrifer avatar Dec 16 '20 23:12 AndrewPrifer