We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12f65c commit dfe1b0cCopy full SHA for dfe1b0c
src/main/java/org/jabref/gui/entryeditor/LatexCitationsTabViewModel.java
@@ -92,7 +92,7 @@ private FileAlterationListener getListener() {
92
@Override
93
public void onStart(FileAlterationObserver observer) {
94
if (!updateStatusOnCreate.get()) {
95
- status.set(Status.IN_PROGRESS);
+ DefaultTaskExecutor.runInJavaFXThread(() -> status.set(Status.IN_PROGRESS));
96
}
97
98
0 commit comments