Skip to content

Commit

Permalink
fix some navigation issues on 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
moehreag committed Apr 3, 2023
1 parent 0e45ca1 commit c334187
Show file tree
Hide file tree
Showing 7 changed files with 234 additions and 238 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trim_trailing_whitespace = true
indent_style = tab

[*.java]
indent_style = space
indent_style = tab

[*.json]
indent_style = space
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ protected void renderList(MatrixStack matrices, int x, int y, float delta) {

@Override
public boolean mouseClicked(double mouseX, double mouseY, int button) {
/*entries.stream().filter(pair -> pair instanceof OptionEntry).map(pair -> pair.left)
.forEach(w -> {
if
});*/
Pair f = getFocused();
if(f != null){
if (f instanceof OptionEntry && f.left instanceof OptionWidget){
Expand Down
Loading

0 comments on commit c334187

Please sign in to comment.