After canvas.render method I cannot move the assets and the widget toolbar disappears #4194
Unanswered
elvismontezumakw
asked this question in
Q&A
Replies: 1 comment
-
Show a demo of your use case. I don't see why you should ever use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All.
I am new with GarpesJs.
I am facing an issue.
I have a web application in react in which the user drags and drops some blocks (widgets) to a canvas, then the user can move and reorder the widgets dragging and dropping them, also any widget shows a small toolbar with main actions as copy, remove, etc..
The widgets have some properties as images and texts but I did not find any other method to refresh the changes that the
editor.current.Canvas.render()
method, the problem with this method is that after apply it, I cannot reorder/move the widgets over the canvas, also I cannot see the toolbar anymore.Beta Was this translation helpful? Give feedback.
All reactions