Skip to content

Commit

Permalink
fix storage items opening emi recipe screen when clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Feb 18, 2023
1 parent d5bdfb3 commit 6a8fda0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class EmiRecipeViewer : RecipeViewer, EmiPlugin {

registry.addStackProvider(RequestScreen::class.java) r@{ screen, _, _ ->
hoveredStack(screen) {
return@r EmiStackInteraction(EmiStack.of(it.stack))
return@r EmiStackInteraction(EmiStack.of(it.stack), null, false)
}
EmiStackInteraction.EMPTY
}
Expand Down

0 comments on commit 6a8fda0

Please sign in to comment.