You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/mekanism/client/gui/element/text/GuiTextField.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -203,6 +203,7 @@ public boolean mouseClicked(double mouseX, double mouseY, int button) {
203
203
204
204
//TODO - 1.21: Figure out why Guis with text fields seem to still have issues with https://github.com/emilyploszaj/emi/issues/480 when other ones don't
205
205
// and it doesn't seem related to any of the code inside this draw background block
206
+
// There is also an issue if enough gui windows are open, where EMI then renders the tooltip behind the third crafting window, which might be related
0 commit comments