Closed Remi05 closed 3 years ago
Turns out this is caused by us updating the color picker every time the mouse is moved. We could lower the rate at which we update the color picker using a timer like we do for updating the target element.
Fixed with commit 8a93657eb90f0822dc6544dcb18dc96dbc80dc4d. Though it is not super clean, it would be great to find a better approach eventually.
When the app is running, moving the mouse becomes really slow, which is painful. This is probably due to our mouse hooks, we should see if lowering the workload on mouse move events helps. Otherwise we might need to find a better way to detect elements being hovered on.