mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-06-22 06:19:02 -04:00
Fix typo
This commit is contained in:
@@ -235,7 +235,7 @@ final class FileListComp extends AnchorPane {
|
||||
});
|
||||
|
||||
fileList.getShown().addListener((observable, oldValue, newValue) -> {
|
||||
PlatformThread.runLaterIfNeededBlocking(() -> {
|
||||
PlatformThread.runLaterIfNeeded(() -> {
|
||||
table.getItems().setAll(newValue);
|
||||
if (newValue.size() > 0) {
|
||||
table.scrollTo(0);
|
||||
|
||||
Reference in New Issue
Block a user