-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[Editor] Pointer type initialization only when the user changes the mode #20226
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
base: master
Are you sure you want to change the base?
Conversation
|
Should be closed after PR #20213 |
|
@timvandermeij @calixteman Hi, I've merged the new master into this branch. It should be ready to merge, if good for you. |
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.
In addition to the comments, please also squash the commits into one, with a good commit message that shortly explains the purpose of the change. Thanks!
Clear the pointer type of CurrentPointers outside of the DrawingEditor to always keep the same, until the user changes the mode. One of the goal is to keep the same pointer type in case of a refresh of the page or if the user changes the pdf document.
7b5663b to
396cff5
Compare
|
The PR is ready. |
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.
Looks good to me, with passing integration tests, but I would like a review from @calixteman on this too before merging. Thanks!
|
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @timvandermeij received. Current queue size: 0 Live output at: http://54.241.84.105:8877/7214df943ba1e48/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @timvandermeij received. Current queue size: 0 Live output at: http://54.193.163.58:8877/d80ab657d3ce4b2/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/7214df943ba1e48/output.txt Total script time: 19.66 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/d80ab657d3ce4b2/output.txt Total script time: 43.95 mins
|
It clears the pointer type of
CurrentPointersoutside of theDrawingEditorto always keep the same, until the user changes the mode.One of the goal is to keep the same pointer type in case of a refresh of the page or if the user changes the pdf document.