We're using a WebPPL editor for class assignments, and some students have complained that the cursor is jumping back to the start of the textbox while they're editing.
This only happens after webppl has thrown an error. I've tracked it down, and commenting out this line fixes it for us:
|
runClockId = setInterval(function() { |
What's the run clock for? Is there a reason we shouldn't comment this line out?
Cheers,
Luke
We're using a WebPPL editor for class assignments, and some students have complained that the cursor is jumping back to the start of the textbox while they're editing.
This only happens after webppl has thrown an error. I've tracked it down, and commenting out this line fixes it for us:
webppl-editor/src/index.js
Line 551 in c9cd579
What's the run clock for? Is there a reason we shouldn't comment this line out?
Cheers,
Luke