Skip to content

Commit

Permalink
Fixed chat interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Mar 2, 2024
1 parent 7c0ac58 commit c13930d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ public void render(GuiGraphics guiGraphics, int x, int j, float partialTick) {
public boolean keyPressed(int keyCode, int scanCode, int modifiers) {
if (emojiSuggestionHelper != null && emojiSuggestionHelper.keyPressed(keyCode, scanCode, modifiers))
return true;
if (CommonClass.shouldKeyBeIgnored(keyCode)){
return true;
}
if (emojiSelectionGui != null && emojiSelectionGui.keyPressed(keyCode, scanCode, modifiers)){
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project
version=5.0.0
version=5.0.1
group=com.hrznstudio.emojiful

#Parchment
Expand Down

0 comments on commit c13930d

Please sign in to comment.