Please make better input box
Opened this issue · 1 comments
Thepuppetqueen57 commented
Right now you cant make newlines and the input box is very small so to write multiple lines of code you have to do something like "const coolvar = 2; console.log(coolvar)" and thats pretty annoying.
1jpaulo commented
You can change the text input to a textarea and it will be able to use all textarea behavior. It will grab the string anyway.