Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
commit
89de02f7aa
6 changed files with 39 additions and 15 deletions
|
@ -199,12 +199,13 @@ class EmojiPickerMenu extends React.PureComponent {
|
|||
};
|
||||
}
|
||||
|
||||
handleClick = emoji => {
|
||||
handleClick = (emoji, event) => {
|
||||
if (!emoji.native) {
|
||||
emoji.native = emoji.colons;
|
||||
}
|
||||
|
||||
this.props.onClose();
|
||||
if (!event.ctrlKey) {
|
||||
this.props.onClose();
|
||||
}
|
||||
this.props.onPick(emoji);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue