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
Hi there, thank you again for all the hard work on this project.
An issue I'm running into seems consistent across browsers. I'm unsure if it's this library or document.execCommand.
document.execCommand
Explanation: Text above / before the selection gets edited, when I believe it shouldn't.
Reproduction: Starting with the code: <h1>Headline</h1><div>two</div>
<h1>Headline</h1><div>two</div>
<h1>Headline</h1><h2>two</h2>
<h2>Headline<br>two</h2>
this problem seems to happen on h1, h2, ol, ul
View it here: https://svelte.dev/repl/1bda56e129be48d58fbd27bbfd4c5e03?version=3.46.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there, thank you again for all the hard work on this project.
An issue I'm running into seems consistent across browsers. I'm unsure if it's this library or
document.execCommand
.Explanation:
Text above / before the selection gets edited, when I believe it shouldn't.
Reproduction:
Starting with the code:
<h1>Headline</h1><div>two</div>
<h1>Headline</h1><h2>two</h2>
<h2>Headline<br>two</h2>
this problem seems to happen on h1, h2, ol, ul
View it here:
https://svelte.dev/repl/1bda56e129be48d58fbd27bbfd4c5e03?version=3.46.4
The text was updated successfully, but these errors were encountered: