Skip to content

Commit 9885a25

Browse files
authored
Fix link order (#92)
1 parent cb53d0e commit 9885a25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gluepyter/glue_ydoc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,4 @@ def add_links_to_contents(self, links: Dict[str, Dict], contents: Dict):
260260
link[f"cids{i}"] = list_name
261261
contents[link_name] = link
262262
contents[self._data_collection_name]["links"].append(link_name)
263+
contents[self._data_collection_name]["links"].sort()

0 commit comments

Comments
 (0)