Rename emoji sheet to avoid caching issue (#7777)
This commit is contained in:
parent
35ae960122
commit
268d90e810
3 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ const messages = defineMessages({
|
|||
const assetHost = process.env.CDN_HOST || '';
|
||||
let EmojiPicker, Emoji; // load asynchronously
|
||||
|
||||
const backgroundImageFn = () => `${assetHost}/emoji/sheet.png`;
|
||||
const backgroundImageFn = () => `${assetHost}/emoji/sheet_10.png`;
|
||||
const listenerOptions = detectPassiveEvents.hasSupport ? { passive: true } : false;
|
||||
|
||||
const categoriesSort = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue