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 was archived by the owner on Sep 6, 2021. It is now read-only.
Try to open a large JS file (> 3 MB seems to do the trick)
Result: no code shown; gutter shows only line #1; editor background color only covers the top half of its area. Clicking anywhere in the editor throws "TypeError: Cannot call method 'chunkSize' of undefined".
Expected: file opens normally. I can open files up to at least 2.8 MB without a problem.
Worst case: if we absolutely can't open files beyond a certain size / line count / whatever, we should detect that, apologize, and then block CodeMirror from trying to load the text so we don't wind up showing broken UI.