Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sotasan committed Nov 1, 2023
1 parent d40483f commit 77c47bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.sotasan"
version = "0.9.6"
version = "0.9.7"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public CompletableFuture<Void> updateAsync() {
return null;
})
.thenRun(() -> {
getView().getScrollPane().getVerticalScrollBar().setValue(0);
getView().getScrollPane().getHorizontalScrollBar().setValue(0);
getView().getScrollPane().getVerticalScrollBar().setValue(0);
});
}

Expand Down

0 comments on commit 77c47bb

Please sign in to comment.