-
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] Only focus the canvas for mouse events when drawing in the canvas #17330
Conversation
…anvas And if we've to focus it, we must prevent scrolling to avoid to draw at an unexpected position.
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.241.84.105:8877/e9be8da15f90710/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/e9be8da15f90710/output.txt Total script time: 1.39 mins Published |
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, thank you!
/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/9d0f5b6496a8385/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/bb225bf70e47b06/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/bb225bf70e47b06/output.txt Total script time: 8.18 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/9d0f5b6496a8385/output.txt Total script time: 15.84 mins
|
And if we've to focus it, we must prevent scrolling to avoid to draw at an unexpected position.