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

OnChange event doesn't trigger when lineHeight changes #359

Open
2 tasks
davidebaldassini opened this issue Apr 8, 2024 · 1 comment
Open
2 tasks

OnChange event doesn't trigger when lineHeight changes #359

davidebaldassini opened this issue Apr 8, 2024 · 1 comment

Comments

@davidebaldassini
Copy link

davidebaldassini commented Apr 8, 2024

Describe the bug

When the lineHeight button is clicked the function onChange isn't triggered. The style is applied but I can't save it using that event.

Related repository

To Reproduce and Expected behavior

// Relevant props
onChange={(content) => {
console.debug(content);
setText(content);
}}

When selecting a LineHeight (for example: 2) I'd expect to see content as
=>

<span style="font-size": 20>Lorem Ipsum

instead of nothing

@FlavioMH
Copy link

FlavioMH commented Aug 5, 2024

@mkhstar same behavior also by my side. Is there a way to have a feedback about an eventually scheduled resolution?

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

2 participants