You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the destroy() method of Konva.Tween, only the keys inside Tween.tweens[nodeId] are deleted, but nodeId itself is not fully removed from Tween.tweens, which may lead to memory leaks. Similarly, Tween.attrs[nodeId][thisId] is deleted, but Tween.attrs[nodeId] may still remain in memory.
The text was updated successfully, but these errors were encountered:
In the destroy() method of Konva.Tween, only the keys inside Tween.tweens[nodeId] are deleted, but nodeId itself is not fully removed from Tween.tweens, which may lead to memory leaks. Similarly, Tween.attrs[nodeId][thisId] is deleted, but Tween.attrs[nodeId] may still remain in memory.
The text was updated successfully, but these errors were encountered: