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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Expected
Since the div tag is still intact the editor should remain open.
I found that many other types of edits that do work including:
a. inserting newline at the very beginning of line #2
b. inserting a newline in the middle of the div tag
c. inserting a newline anywhere above line #2
The text was updated successfully, but these errors were encountered:
Turns out this is a bug in the CodeMirror bookmark mechanism. Fixed in pull request https://github.com/adobe/CodeMirror2/pull/35 -- once that's pulled I'll submit it to Marijn as well since it's easily separable from our other CM changes.
Result:
The inline editor is closed.
Expected
Since the div tag is still intact the editor should remain open.
I found that many other types of edits that do work including:
a. inserting newline at the very beginning of line #2
b. inserting a newline in the middle of the div tag
c. inserting a newline anywhere above line #2
The text was updated successfully, but these errors were encountered: