Skip to content

Commit a95fc6e

Browse files
committed
minor
1 parent 3e1870d commit a95fc6e

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
@@ -179,8 +179,8 @@ qx.Class.define("osparc.file.FolderContent", {
179179
}
180180
if (data["itemId"]) {
181181
item.itemId = data["itemId"];
182-
this.__attachListenersToItems(item, data["entry"]);
183182
}
183+
this.__attachListenersToItems(item, data["entry"]);
184184
items.push(item);
185185
});
186186
}

0 commit comments

Comments
 (0)