You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#17, #34
Seems to address #15 from my testing
Does not yet address #23 as clipboard isn't triggering the events we need.
But I can look into it later.
When you past a tag, all the content is pasted into the closing tag, even after the space.
For example, if I have
span class="comment"
on the clipboard, and press alt+w then ctrl-v, I get this:<span class="comment"></span class="comment">
The text was updated successfully, but these errors were encountered: