Skip to content

Commit

Permalink
Delete useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuilder1961 committed Sep 21, 2024
1 parent 8003799 commit fa80b2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ private Style fixMenuClickthroughStyle(ChatScreen screen, double mX, double mY,
@Inject(method = {"mouseClicked", "keyPressed"}, at = @At("RETURN"))
private void closeMenuOnInput(CallbackInfoReturnable<Boolean> cir) {
// hide copy menu if any other element was clicked first
// specifically,
if(cir.getReturnValue() && showCopyMenu)
showCopyMenu = false;
}
Expand Down

0 comments on commit fa80b2d

Please sign in to comment.