mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
370edc40e9
Summary: On my machine the new emoji picker was causing "too many open file descriptor" errors. I think that this was because it was creating 1300 image tags in 50msec. I refactored this code so that it uses a single image tag and only loads one image at a time. This could make it slower on some people's machines, but eliminates the possibility of it breaking the app! Test Plan: Run tests Reviewers: jackie Differential Revision: https://phab.nylas.com/D2878 |
||
---|---|---|
.. | ||
categorized-emoji.js | ||
emoji-actions.js | ||
emoji-button-popover.jsx | ||
emoji-button.jsx | ||
emoji-composer-extension.jsx | ||
emoji-data.js | ||
emoji-message-extension.jsx | ||
emoji-picker.jsx | ||
emoji-store.jsx | ||
main.js |