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
When using readOnly: true or editor.enable(false) it is possible to change editor content by pasting into it withctrl + v;
readOnly: true
editor.enable(false)
ctrl + v;
Steps for Reproduction
Expected behavior: You can't change the editor content. Actual behavior: Clipboard content appears in editor Platforms: Win 10 Chrome 53.0.2785.143 m Win 10 Edge 38.14393.0.0 Win 10 Firefox 49.0.1
Version: 1.0.6
The text was updated successfully, but these errors were encountered:
b69586f
fix slab#1038
fccd60f
ddc4867
No branches or pull requests
When using
readOnly: true
oreditor.enable(false)
it is possible to change editor content by pasting into it withctrl + v;
Steps for Reproduction
Expected behavior:
You can't change the editor content.
Actual behavior:
Clipboard content appears in editor
Platforms:
Win 10 Chrome 53.0.2785.143 m
Win 10 Edge 38.14393.0.0
Win 10 Firefox 49.0.1
Version: 1.0.6
The text was updated successfully, but these errors were encountered: