-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[#2641] Fix sluggish console movement on dragging, in mobile view of browser window #2754
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
Conversation
…wser window is in mobile view
🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already. |
@lindapaiste Could you please review this PR? |
I love the idea of managing the overlay in the Delete these lines which render the overlay: p5.js-web-editor/client/modules/IDE/pages/IDEView.jsx Lines 196 to 199 in 56f137c
And pass down the isOverlayVisible prop here:
Also this is unrelated but while we're making changes here, we can delete these lines which are a relic of some legacy code that don't do anything (it's p5.js-web-editor/client/modules/IDE/pages/IDEView.jsx Lines 200 to 204 in 56f137c
|
Signed-off-by: Lakshya Satpal <lakshyasatpal372@gmail.com>
@lindapaiste Got it. Changes done. |
Fixes #2641
Before and after comparison
Screencast from 22-12-23 10:49:21 AM IST.webm
I have verified that this pull request:
npm run lint
)npm run test
)develop
branch.Fixes #123