We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@mkhstar same behavior also by my side. Is there a way to have a feedback about an eventually scheduled resolution?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: