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
The exact behavior is actually the activeObject is at the forefront of the canvas. As a workaround, I could discard active object at the object:moved event.
I'm curious what's the rationale behind this default behavior. If there's a text element intersected on top of an image, the text element is hidden while the image is being moved. Is there any recommended way to get around this issue?
Version
4.2.0
Steps to reproduce
Expected Behavior
Text element A stays behind Text element B after having been moved
Actual Behavior
Text element A is brought in front of Text element B after having been moved
Similar issues
The text was updated successfully, but these errors were encountered: