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
Add a selectable object to the canvas then call canvas.clear(). You will still be able to select and drag around an invisible object (the object's "ghost") where the old one used to be. This ghost can overlap other objects and make them unselectable.
Expected Behavior
Calling canvas.clear() should fully clear the canvas to the initial clean state.
Actual Behavior
Ghosts everywhere. Calling canvas.remove(object) produces the correct/expected behavior of fully removing the object.
The text was updated successfully, but these errors were encountered:
Version
1.6.2
Steps to reproduce
Add a selectable object to the canvas then call
canvas.clear()
. You will still be able to select and drag around an invisible object (the object's "ghost") where the old one used to be. This ghost can overlap other objects and make them unselectable.Expected Behavior
Calling
canvas.clear()
should fully clear the canvas to the initial clean state.Actual Behavior
Ghosts everywhere. Calling
canvas.remove(object)
produces the correct/expected behavior of fully removing the object.The text was updated successfully, but these errors were encountered: