Open donnieregan opened 5 months ago
Consider adding a reproducible example over a stackblitz or something. Also, Make sure you don't have any custom CSS that might cause this.
Hi there thanks for the response, i checked any custom styles and seems to be nothing there.
I also put it in to its own components and encapsulation = shadowdom, same issue.
When i compare it to your example, its seems the html for the popup is missing from the html
Can you share your toolbar configuration. Make sure you have https://sibiraj-s.github.io/ngx-editor/menu/ the array for elements to be added in dropdown
[{ heading: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] }],
Please share a stackblitz to reproduce this error
is this issue solved?
Not sure 🤷♂️ If I could reproduce the error may be I could help. Please share a stackblitz if possible.
What happened?
When i click any of the buttons (heading, color picker, insert link) nothing happens and nothing is displayed. There are no errors in the console.
Version
v15.3.0
Angular Version
v15.2.11
What browsers are you seeing the problem on?
Firefox, Chrome
Link to reproduce
No response
Relevant log output
No response
Willing to submit a PR?
None