Merge pull request #3046 from antobinary/fix-emoji-bug

html5Client:fix emoji bug caused by Chrome vs FF behav difference
This commit is contained in:
Richard Alam 2016-03-07 15:46:03 -05:00
commit a1fe8c5727

View File

@ -60,7 +60,7 @@ Template.whiteboard.events({
getInSession('userId'),
getInSession('userId'),
getInSession('authToken'),
event.target.value
this.name
);
$('.FABTriggerButton').blur();
return toggleEmojisFAB();