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
Currently fire-picker is injecting everything all at once into the tab the user is on when opened. This solution is a good way to do this operation but our current implementation of it is slow and has a few seconds of freeze on the page.
The text was updated successfully, but these errors were encountered:
One way this could be fixed is the use of the Windows API from Firefox based on mouse location which would let us work with loading the emoji picker all together rather than injecting one by one making the website lag and causing other problems like CSS collision on websites.
Currently fire-picker is injecting everything all at once into the tab the user is on when opened. This solution is a good way to do this operation but our current implementation of it is slow and has a few seconds of freeze on the page.
The text was updated successfully, but these errors were encountered: