Skip to content

Commit

Permalink
Resolve issue JabRef#6140
Browse files Browse the repository at this point in the history
Tooltip on crossref field.
Improve display of groups.
  • Loading branch information
dextep committed Mar 31, 2020
1 parent 9f32323 commit 74c3a35
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ public LinkedEntriesEditor(Field field, BibDatabaseContext databaseContext, Auto
Bindings.bindContentBidirectional(chipView.getChips(), viewModel.linkedEntriesProperty());
}

public LinkedEntriesEditorViewModel getViewModel() {
return viewModel;
}

@Override
public void bindToEntry(BibEntry entry) {
viewModel.bindToEntry(entry);
Expand Down

0 comments on commit 74c3a35

Please sign in to comment.