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 Jul 5, 2023. It is now read-only.
Trying to save an object which contains a field with a negative number gives an UnaryExpression error on line 18 (even if the object is 3 lines long).
E.g. { foo: -1} will be impossible to save
Another issue: when editing long documents, only 101 lines are drawn. The others can be seen only after clicking/scrolling below the rendered content.
The text was updated successfully, but these errors were encountered:
Trying to save an object which contains a field with a negative number gives an UnaryExpression error on line 18 (even if the object is 3 lines long).
E.g. { foo: -1} will be impossible to save
Another issue: when editing long documents, only 101 lines are drawn. The others can be seen only after clicking/scrolling below the rendered content.
The text was updated successfully, but these errors were encountered: