mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
Fix switching between nested collection elements
Fixes https://github.com/galaxyproject/galaxy/issues/18114
This commit is contained in:
@@ -87,6 +87,7 @@ async function onViewDatasetCollectionElement(element: DCESummary) {
|
||||
if (!isCollectionElement(element)) {
|
||||
return;
|
||||
}
|
||||
offset.value = 0;
|
||||
const collection: SubCollection = {
|
||||
...element.object,
|
||||
name: element.element_identifier,
|
||||
|
||||
Reference in New Issue
Block a user