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
Hello,
I found the following problem using grapes inside an html page:
when you click on some elements of the editor, such as the arrow to move an element in the label manager, all the page shift up.
Ok, we use the scrollIntoView API to center elements in the canvas (when you select the component in Layers) and layers (on component select in canvas) but seems like this bubbles up to the main window. By looking at https://stackoverflow.com/a/52835382 this configuration seems to fix the issue
Hello,
I found the following problem using grapes inside an html page:
when you click on some elements of the editor, such as the arrow to move an element in the label manager, all the page shift up.
The problem is also found in your JSFiddle Starter template https://jsfiddle.net/szLp8h4n.
The text was updated successfully, but these errors were encountered: