We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RangeError: Selection points outside of document
click the last "line/character" within the code editor, and then update the code via updateActiveCode() , updateFile() or updateCurrentFile()
updateActiveCode()
updateFile()
updateCurrentFile()
If you select anyhting else other than last line, no error will occur. This error cannot be try {} catch {}, it will crash the application.
try {} catch {}
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug report
Packages affected
Description of the problem
RangeError: Selection points outside of document
What steps can we take to reproduce the problem?
click the last "line/character" within the code editor, and then update the code via
updateActiveCode()
,updateFile()
orupdateCurrentFile()
If you select anyhting else other than last line, no error will occur.
This error cannot be
try {} catch {}
, it will crash the application.Link to sandbox: Sample code (optional)
The text was updated successfully, but these errors were encountered: