Rename emoji sheet to avoid caching issue (#7777)
This commit is contained in:
committed by
Eugen Rochko
parent
35ae960122
commit
268d90e810
@ -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 = [
|
||||
|
Reference in New Issue
Block a user