Bug description
See title.
To Reproduce
- Press ctrl+shift+T to open a console window.
- Write some random code, e.g.
echo mt_rand(1, 100);
- Press ctrl+shift+T to render the output
- Press ctrl+shift+T again
Expected behavior
I would expect the code from my console window (which was already open, just not in focus) to be run again.
What actually happens
Instead, a new console window is opened.