-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Editor] Avoid calling setTimeout when editing an existing freetext #17903
Conversation
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/9c2faf45d17677a/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/78db36356ff5481/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/9c2faf45d17677a/output.txt Total script time: 7.42 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/78db36356ff5481/output.txt Total script time: 22.37 mins
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me, with comments addressed.
The code was added in order to guess if an editor has been moved but it's simpler to just set a variable when it's dragged or moved with the keyboard. This way we remove a bit of asynchronicity.
21351ff
to
3b93fde
Compare
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/5de61dead9fe2b1/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/93499fd6b9e77cb/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/93499fd6b9e77cb/output.txt Total script time: 7.43 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/5de61dead9fe2b1/output.txt Total script time: 23.17 mins
|
The code was added in order to guess if an editor has been moved but it's simpler to just set a variable when it's dragged or moved with the keyboard. This way we remove a bit of asynchronicity.