Playground: Ctrl-Enter does nothing
Closed this issue · 3 comments
yozlet commented
This is on Windows 10 in both Firefox 68 and Chrome 75.
I fill the code pane (left side) with an example, and the interpreter pane shows the various unevaluated declarations, including ones with > Ctrl-Enter
underneath. Hitting Ctrl-Enter does nothing, but clicking the >>
icon at the top triggers the execution correctly.
tasuki commented
The >>
icon executes all top level binds. Ctrl-Enter
only executes the current line.