requested revisions 1 (and fix failing test)
This commit is contained in:
parent
ba7721f53c
commit
1a7f464998
4 changed files with 90 additions and 87 deletions
|
|
@ -44,7 +44,7 @@ export const evalBlock = (strudelMirror) => {
|
|||
if (block) {
|
||||
// Flash the block being evaluated
|
||||
strudelMirror.flash(200, { from: a, to: b });
|
||||
strudelMirror.repl.evaluate(block, true, true, true, { range });
|
||||
strudelMirror.repl.evaluate(block, true, true, { range });
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue