Skip to content

Commit

Permalink
Fixing two commenting typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
credmond committed Jul 25, 2023
1 parent 9f18d3d commit aa701c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve

### Fixed

- We fixed an issue where click the group expansion pane/arrow caused the node to be selected, when it should just expand/detract the node - We fixed an issue when overwriting the owner was disabled. [#10111](https://github.com/JabRef/jabref/pull/10111)
- We fixed an issue where clicking the group expansion pane/arrow caused the node to be selected, when it should just expand/detract the node - [#10111](https://github.com/JabRef/jabref/pull/10111)
- We fixed an issue where the browser import would add ' characters before the BibTeX entry on Linux. [#9588](https://github.com/JabRef/jabref/issues/9588)
- We fixed an issue where searching for a specific term with the DOAB fetcher lead to an exception. [#9571](https://github.com/JabRef/jabref/issues/9571)
- We fixed an issue where the "Import" -> "Library to import to" did not show the correct library name if two opened libraries had the same suffix. [#9567](https://github.com/JabRef/jabref/issues/9567)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
public class ViewModelTreeTableRowFactory<S> implements Callback<TreeTableView<S>, TreeTableRow<S>> {
private BiConsumer<S, ? super MouseEvent> onMouseClickedEvent;

// True if listener should be at filter stage, otherwise use default Node method
// True if event capture should be at capture phase via an event filter, otherwise use default Node method to setup
// event handler (bubbling phase)
private boolean onMousePressedEventCapturePhase;

private BiConsumer<S, ? super MouseEvent> onMousePressedEvent;
Expand Down

0 comments on commit aa701c4

Please sign in to comment.