fix: Refreshed emoji alignment
This commit is contained in:
parent
2c91a0cb0f
commit
77ae46c7cd
2 changed files with 45 additions and 1 deletions
|
@ -29,7 +29,7 @@ namespace Messaging {
|
|||
private Lives _lives;
|
||||
|
||||
private readonly Regex _emojiGetter = new("<([a-z]+)(?![^>]*\\/>)[^>]*>");
|
||||
private const int NumEmojis = 34;
|
||||
private const int NumEmojis = 35;
|
||||
private EmojiButtonManager _emojiButtonManager;
|
||||
|
||||
private void Awake() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue