Skip to content

Commit 5628999

Browse files
committed
minor fix
1 parent eff2cb0 commit 5628999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/file/FolderContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ qx.Class.define("osparc.file.FolderContent", {
267267
table.getSelectionModel().resetSelection();
268268
} else if (this.getMode() === "icons") {
269269
const iconsLayout = this.getChildControl("icons-layout");
270-
iconsLayout.resetSelection();
270+
iconsLayout.getChildren().forEach(btn => btn.setValue(false));
271271
}
272272
},
273273

0 commit comments

Comments
 (0)