-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
BUG: On move layer #5355
Labels
Comments
2 tasks
2 tasks
This was referenced May 24, 2024
This was referenced Aug 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GrapesJS version
What browser are you using?
Chrome 116
Reproducible demo link
https://grapesjs.com/demo.html
Describe the bug
How to reproduce the bug?
at o.selectTargetModel (Sorter.ts:500:27)
at o.onMove (Sorter.ts:545:10)
at _e (_executeBound.js:8:65)
at HTMLDivElement. (bind.js:10:12)
at HTMLDivElement. (restArguments.js:16:27)
Sorter.ts:1253 Uncaught TypeError: Cannot read properties of undefined (reading 'method')
at o.move (Sorter.ts:1253:23)
at o.endMove (Sorter.ts:1177:25)
at _e (_executeBound.js:8:65)
at HTMLDocument. (bind.js:10:12)
at HTMLDocument. (restArguments.js:16:27)
What is the expected behavior?
...That move the position component
What is the current behavior?
...When trying to move the component through the Layer Manager
If is necessary to execute some code in order to reproduce the bug, paste it here below:
// your code here
Code of Conduct
The text was updated successfully, but these errors were encountered: