Skip to content

Commit bc19818

Browse files
authored
Fix newline comments by @koppor in #12747 (#12966)
1 parent 224290a commit bc19818

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/main/java/org/jabref/gui/Base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2504,6 +2504,7 @@ journalInfo .grid-cell-b {
25042504
-fx-underline: false !important;
25052505
-fx-text-fill: -fx-text-base-color;
25062506
}
2507+
25072508
.exampleQuestionStyle:hover {
25082509
-fx-background-color: rgba(0, 0, 0, 0.12);
25092510
}

src/main/java/org/jabref/gui/ai/components/aichat/AiChatComponent.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ public class AiChatComponent extends VBox {
6464

6565
private final ObservableList<Notification> notifications = FXCollections.observableArrayList();
6666

67-
68-
6967
@FXML private Loadable uiLoadableChatHistory;
7068
@FXML private ChatHistoryComponent uiChatHistory;
7169
@FXML private Button notificationsButton;

0 commit comments

Comments
 (0)