Copy pasting has become a little unstable lately. If I have been in a create session for a while, the copy/pasting sometimes stop pasting correctly. After a refresh it works fine again. Would be nice if this could be fixed!
Dont know if it helps but I’ll attach some images from network captures where I just copied a boolean and pasted it to another one. This was an action param. It seems to get the paramID right, but the response is 304 not modified, even though it should be.
Thanks! I found another bug so I’ll just comment here since it’s related.
I have an action node updating a boolean on an object in context with a function. The function uses a self property. If I copy this function to another action node which updates a completely unrelated object, the self property is also included as if the other object also has this property.
This makes it difficult to debug, as the code appears to have no errors