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
At first the value seems correct (<paragraph data-sourcepos="1:1-1:3">) but as soon as you start typing/clicking in the editor, it goes off: <paragraph data-sourcepos="19:1-1:12">
Probably because this.lineNumber is not reset.
The text was updated successfully, but these errors were encountered:
http://spec.commonmark.org/dingus.html?text=123
At first the value seems correct (
<paragraph data-sourcepos="1:1-1:3">
) but as soon as you start typing/clicking in the editor, it goes off:<paragraph data-sourcepos="19:1-1:12">
Probably because
this.lineNumber
is not reset.The text was updated successfully, but these errors were encountered: