public void InsertEmoji(string text)
{
Debug.Log("Inserted EMOJI");
//UIButton.current = null;
Insert(text);
//Hack because the camera is not clearing this selection
UICamera.selectedObject = null;
//Reselect the input
OnSelect(true);
UpdateLabel();
}