Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

Commit d7c21a2

Browse files
committed
Merge pull request #211 from Knifa/patch-1
Focus back on editor after clicking evaluate
2 parents b45a1ca + 24f460c commit d7c21a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/web.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@
725725

726726
evaluateButton.onclick = function() {
727727
doEvaluate(true);
728+
editor.focus();
728729
};
729730

730731
editor.commands.addCommand({

0 commit comments

Comments
 (0)