-
-
Notifications
You must be signed in to change notification settings - Fork 574
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
Export Import discards blank lines #1007
Comments
Thanks for the report. The library was explicitly removing lines that were falsy. It should be fixed on devel branch. |
I'm using: https://cdn.jsdelivr.net/gh/jcubic/jquery.terminal@devel/js/jquery.terminal.js It doesnt appear to have been updated yet does it usually take long? |
The jsDelivr CDN files are cached. You need to purge the CDN for it to be updated. I've purged the changes. But it doesn't always work. The best way is to use commit hash instead of branch, this way you will be 100% sure you get the right version. |
The change has come through. All fixed. Thanks for the swift resolution.:) |
Issue summary
When exporting and importing the terminal view blank lines are discarded
Expected behavior
Blank lines should be preserved
Steps to reproduce
Browser and OS
Chrome, Edge
The text was updated successfully, but these errors were encountered: