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

fix: use display:none instead of conditional rendering #116

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

BearToCode
Copy link
Owner

fix #111

@Specy
Copy link
Contributor

Specy commented Aug 21, 2024

In the markdown editor, the renderer:

Is the rendering of the markdown debounced? if it isn't then it might be better to conditionally render it so that it does not recompile the markdown every time you type, if it's debounced then it's fine

@BearToCode
Copy link
Owner Author

Yes, it is! 👍

@BearToCode BearToCode merged commit 2df3327 into master Aug 21, 2024
2 checks passed
Copy link

🎉 This PR is included in version carta-md-v4.4.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dont conditionally render input on tab change
2 participants