-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to move cell from row #2478
Comments
Problem in Sorter. And after this function call getTargetModel with target undefined and appears error Maybe need add check on exists target? Can you fix this error or i need to do pull request? |
Can you tell me exactly how to reproduce the error because I don't see any error by dragging off the cell |
First error. For more details i attach link on two video files. When i tried to reproduce, i found another bug. Try select first component for example text and move it and after select cell and try drag it. You'll see that line of destination will be in wrong position |
Yeah, it actually doesn't even make sense to continue onMove without the target, I'll take care of it, thanks for the insight |
But is not fixed. |
If try move cell from table on body then appears error
Also error appears on grapesjs demo https://grapesjs.com/demo-newsletter-editor.html
The text was updated successfully, but these errors were encountered: