Skip to content

Commit

Permalink
Correct unnecessary line change
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshu16095 authored Jan 16, 2025
1 parent 7a7c17a commit 13ebb64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/jabref/gui/LibraryTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,7 @@ public void registerUndoableChanges(List<FieldChange> changes) {
}
}

public void editEntryAndFocusField(BibEntry entry, Field
field) {
public void editEntryAndFocusField(BibEntry entry, Field field) {
showAndEdit(entry);
Platform.runLater(() -> {
// Focus field and entry in main table (async to give entry editor time to load)
Expand Down

0 comments on commit 13ebb64

Please sign in to comment.