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
Upload a large enough SVG image. You can use this image
Drag the image around
Drag the text component around
What is the expected behavior?
The SVG image is not resized on drag
The SVG image is moved fast to the right position
The components are moved fast when there is a large SVG image
What is the current behavior?
The SVG image is automatically resized on drag following the cursor position. After manually resizing the image, it can be dragged without being resized.
The SVG image is moved slowly.
The other components are moved slowly when there is a large SVG image.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
@ngoc199 I'm addressing most of the issue about absolute mode here. I think the resize issue could be easily added here but the large embedded SVG image (by default, without an external asset storage, images are inlined) it's seems more like a browser limit
GrapesJS version
What browser are you using?
Chrome 111
Reproducible demo link
https://jsfiddle.net/9zf4kd6e/ - this is the demo of Designer Mode
Describe the bug
How to reproduce the bug?
dragMode
absoluteWhat is the expected behavior?
What is the current behavior?
Code of Conduct
The text was updated successfully, but these errors were encountered: