-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Dragging the Console
is sluggish when browser window is resized to mobile view
#2641
Comments
I am not sure why this is happening so it may be tricky to debug. We probably want to play around in the "Profiler" in React dev tools and see if there is anything alarming. |
I found the issue by Googling: tomkp/react-split-pane#30 The problem is that the drag stops when the mouse goes over the p5.js-web-editor/client/modules/IDE/pages/IDEView.jsx Lines 194 to 197 in f508f52
p5.js-web-editor/client/modules/IDE/pages/IDEView.jsx Lines 155 to 163 in f508f52
|
@lindapaiste I want to work on this. Can this be assigned to me? |
…wser window is in mobile view
[#2641] Fix sluggish console movement on dragging, in mobile view of browser window
p5.js version
2.9.3
What is your operating system?
Mac OS
Web browser and version
No response
Actual Behavior
Dragging the
Console
is sluggish when browser window is resized to mobile viewExpected Behavior
Dragging the
Console
should be smooth and not sluggish when browser window is resized to mobile viewSteps to reproduce
Steps:
The text was updated successfully, but these errors were encountered: