BUG: BlockManager config "appendOnClick" does not work anymore #6358
Closed
Description
GrapesJS version
- I confirm to use the latest version of GrapesJS
What browser are you using?
Chrome v131
Reproducible demo link
https://jsfiddle.net/0uaxn2vc/2/
Describe the bug
How to reproduce the bug?
- open link to fiddle
- 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
Metadata
Assignees
Labels
No labels