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
It is actually possible to add an object to itself (using the PanObject.add() method), which can causes infinite depth recursivity issue when using delete() or delete_similar() on it.
Possible solution
Avoid the possibility of adding an object to itself through the PanObject.add() method.
The text was updated successfully, but these errors were encountered:
Describe the bug
It is actually possible to add an object to itself (using the PanObject.add() method), which can causes infinite depth recursivity issue when using delete() or delete_similar() on it.
Possible solution
Avoid the possibility of adding an object to itself through the PanObject.add() method.
The text was updated successfully, but these errors were encountered: