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
select body or other component where components can be added
try to add component only by clicking the block and not with drag and drop
that used to work but does not anymore even with appendOnClick: true in the BlockManager config
What is the expected behavior?
component should be added on click only
What is the current behavior?
error in console: "BlockView.ts:58 Uncaught TypeError: c.setDropContent is not a function" and component does not get added
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
GrapesJS version
What browser are you using?
Chrome v131
Reproducible demo link
https://jsfiddle.net/0uaxn2vc/2/
Describe the bug
How to reproduce the bug?
What is the expected behavior?
component should be added on click only
What is the current behavior?
error in console: "BlockView.ts:58 Uncaught TypeError: c.setDropContent is not a function" and component does not get added
Code of Conduct
The text was updated successfully, but these errors were encountered: