-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
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
Critical Error in 1.0.1 #83
Comments
Should be an easy fix. I was able to patch it with the following CSS: .prism-editor-wrapper {
height: auto;
} |
Oh! thanks for the report @lane-c-wagner. Let me check. |
I patched qvault, so you will need to verify on your demo. Sorry about that haha |
Made |
Adding
or
|
Removing this:
fixes all cases i think 🤔 Would you mind trying and updating the PR? |
@koca done, and thanks |
released |
Take a look at https://classroom.qvault.io/playground/go
Try to write code longer than ~26 lines. You will see that the cursor is no longer able to move downwards. Not sure what is causing this but I will likely have to rollback until a solution is pushed out
The problem is also present in your example: https://codesandbox.io/s/61yrlnlnmn
However, there it starts around line ~16
It's looking like it's dependent on the height of the <textarea>. It isn't resizing dynamically or something...
The text was updated successfully, but these errors were encountered: