Skip to content

Commit

Permalink
fix: overridden chat display
Browse files Browse the repository at this point in the history
  • Loading branch information
sylviameows committed Oct 29, 2024
1 parent 4a02596 commit dec84a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public HighlightedExpression format(String input, String partial, IntegerRange r
if (Config.getConfig().HighlightExpressions) text = highlightExpressions(text);
}
default -> {
cachedHighlight = null;
return null;
}
}
Expand Down

0 comments on commit dec84a3

Please sign in to comment.