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
When attempting to copy/paste text into the REPL, eg a code snippet, the copied text is often incorrectly represented in the editor eg copying 'microbit program' results in 'ram ram ram' etc
This isn't always the case and often the second or third attempt gets it right.
there seems to be a character limit, for example this line would work :
tune = ["C4:4", "D4:4", "E4:4", "C4:4", "C4:4", "D4:4", "E4:4"
adding any new character for this example the " ] " at the end , then paste would not work.
chopping it up in 62 characters in every paste seems to work.
When attempting to copy/paste text into the REPL, eg a code snippet, the copied text is often incorrectly represented in the editor eg copying 'microbit program' results in 'ram ram ram' etc
This isn't always the case and often the second or third attempt gets it right.
OSX Catalina
Chrome 77
Maybe related to #253
The text was updated successfully, but these errors were encountered: