Skip to content

Commit

Permalink
Fix for InAnYan#180
Browse files Browse the repository at this point in the history
  • Loading branch information
InAnYan committed Sep 4, 2024
1 parent 646aaf4 commit 536e0c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/jabref/gui/util/BaseWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public BaseWindow() {
KeyBindingRepository keyBindingRepository = Injector.instantiateModelOrService(KeyBindingRepository.class);
if (keyBindingRepository.checkKeyCombinationEquality(KeyBinding.CLOSE, event)) {
close();
onCloseRequestProperty().get().handle(null);
}
});
});
Expand Down

0 comments on commit 536e0c3

Please sign in to comment.