Skip to content
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: BlockManager config "appendOnClick" does not work anymore #6358

Open
2 tasks done
rhoenerSBS opened this issue Dec 19, 2024 · 0 comments
Open
2 tasks done

BUG: BlockManager config "appendOnClick" does not work anymore #6358

rhoenerSBS opened this issue Dec 19, 2024 · 0 comments

Comments

@rhoenerSBS
Copy link

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?

  1. open link to fiddle
  2. select body or other component where components can be added
  3. try to add component only by clicking the block and not with drag and drop
  4. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant