react-design-editor
react-design-editor copied to clipboard
[Bug] Added Video/HTML element is above the any other fabricjs object
Steps:
- Open https://salgum1114.github.io/react-design-editor/
- Add Video element or HTML element
- Add Text object from left side panel
Actual Behaviour:
- Text element is displayed below video/html element
Expected Behaviour:
- Last added any element should be displayed at top of the all other elements
Any fixes/ideas/hints?
Thanks.
There is currently no way to guarantee the order because the HTML element is placed on the Canvas Object.
Ok.