Skip to content
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

Feature/miscellaneous fixes #718

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

mtreinik
Copy link
Contributor

No description provided.

- The following error is caused by showOutputArea in console if user initializes programming tab and quickly changes to another tab before pyodide is ready:
"TypeError: Cannot read properties of null (reading 'style')"

- The reason for the error is that when the user navigated to a new tab the div code-output was removed and showOutputArea tries to set the div style after it has been removed.
- On OSX "cp -r dir/" copies *contents* of dir while on Linux it copies the directory itself.
- "cp -R dir" works the same way on both systems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant