You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to the upgrade to Electron 4 which uses a different version of Chromium in which the architecture of webviews (which house the inspectors) has changed. Now the webviews eat all mouse events and they do not bubble up back to the slider component.
This causes the slider to calculate an incorrect delta when dragging the mouse over the inspector.
Version
4.3.3-57771
Describe the bug
Adjusting the middle vertical slider can make Emulator stuck in the slide mode, and the mouse can't escape from unintentionally adjusting the slider.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Slider should be released after user lets go of the slider.
Screenshots
[bug]
The text was updated successfully, but these errors were encountered: