We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b3ef47 commit 53ef1d6Copy full SHA for 53ef1d6
HMCL/src/main/java/org/jackhuang/hmcl/ui/versions/BuiltInModListPageSkin.java
@@ -229,6 +229,7 @@ public JijModListCell(JFXListView<ModListPageSkin.ModInfoObject> listView) {
229
activePopup.setOnHidden(event -> {
230
if (activePopup == event.getSource()) {
231
activePopup = null;
232
+ listView.getSelectionModel().clearSelection();
233
}
234
});
235
0 commit comments