Skip to content

Commit

Permalink
Fix item list click-through with Simple Achievements book
Browse files Browse the repository at this point in the history
  • Loading branch information
mezz committed Jan 2, 2017
1 parent 25c0a4b commit 97507b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/mezz/jei/GuiEventHandler.java
Expand Up @@ -69,6 +69,7 @@ public void onGuiOpen(GuiOpenEvent event) {
} else if (!(gui instanceof RecipesGui)) {
if (itemListOverlay.isOpen()) {
itemListOverlay.close();
inputHandler = null;
}
}
}
Expand Down

1 comment on commit 97507b2

@Darkosto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Mezz :)

Please sign in to comment.