| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I've decided to refactor the code so that it won't use the eyedropper hack at all. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Resolves #5993
Changes
Fixes the color not updating when clicking outside the hex color input after editing it.
To update the color, the addon activates the eyedropper, then deactivates it after a timeout. But if the update was the result of a click, the click event would deactivate the eyedropper before the addon could do it. Reducing the timeout from 50ms to a single tick fixes the bug.
Tests
Tested on Edge and Firefox.