mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix a number of emoji bugs in message composer
This commit is contained in:
committed by
Scott Nonnenberg
parent
fd5af8bb62
commit
8659f1dd23
@@ -1,11 +1,9 @@
|
||||
const { take } = require('lodash');
|
||||
const { getRecentEmojis } = require('./data');
|
||||
const { replaceColons } = require('../../ts/components/emoji/lib');
|
||||
|
||||
module.exports = {
|
||||
getInitialState,
|
||||
load,
|
||||
replaceColons,
|
||||
};
|
||||
|
||||
let initialState = null;
|
||||
|
||||
Reference in New Issue
Block a user