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
If I cut marked text by pressing cmd + x the model does not get updated. Deleting the marked text by pressing backspace works though.
cmd + x
The code:
<prism-editor v-model="stylesModel" language="css" />
I'm using the latest version 0.6.1.
The text was updated successfully, but these errors were encountered:
Hey @vuhrmeister! Thanks for the report. I'll take a look and will let you know. ✌️
Sorry, something went wrong.
Released new version v1 🎉
No branches or pull requests
If I cut marked text by pressing
cmd + x
the model does not get updated. Deleting the marked text by pressing backspace works though.The code:
I'm using the latest version 0.6.1.
The text was updated successfully, but these errors were encountered: