FunctionStore_tools icon indicating copy to clipboard operation
FunctionStore_tools copied to clipboard

Renaming a NoNode-ed COMP requires uncook-recook

Open function-store opened this issue 1 year ago • 1 comments

Seems like dependency is not updated, as well as the extension still remaining in TD memory and somehow still calling from/to the non-existing comp???

function-store avatar Oct 28 '24 01:10 function-store

hmm so an OP's .id attribute doesn't change between renames... 😃 but it does if you move it somewhere else and since extensions reinit when a comp is moved, maybe I can just cache this id instead of the reference to the clearly non-existent ghost OP after a rename

function-store avatar Oct 28 '24 02:10 function-store