Skip to content

Commit

Permalink
Removed commented out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemmermann committed Aug 25, 2023
1 parent d068b5e commit 9bedf14
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,6 @@ private void registerEventListener() {
}
}
});

// control.getSearchField().getEditor().focusedProperty().addListener((it, oldFocused, newFocused) -> {
// if (!newFocused) {
// control.hide();
// }
// });
}

private void selectItem() {
Expand Down

0 comments on commit 9bedf14

Please sign in to comment.