Closed agentlame closed 7 years ago
I'm a dumbass. This should return in the first line if (!consoleShowing).
if (!consoleShowing)
Should be a big performance improvement and fix some issues with the new console using CodeMirror.
So literally just that?
...yeah. No idea why I made an issue for it, when typing the fix was quicker. :/
:V
I'm a dumbass. This should return in the first line
if (!consoleShowing)
.Should be a big performance improvement and fix some issues with the new console using CodeMirror.