You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
passes the showConsole parameter that should be respected.
This likely comes down to us telling the Skulpt interpreter to output directly to the div with id="inner", which we aren't controlling the visibility of.
Hopefully the fix is as simple as adjusting CSS visibility in CreatePythonDoc depending on the showConsole parameter; see an example at
print('a')
Clicking "Run" at any point changes the output to a single line as expected.
The text was updated successfully, but these errors were encountered: