From 2352885f25b5834c8d8a18027799109417d309cb Mon Sep 17 00:00:00 2001 From: Paul Berg Date: Thu, 26 Oct 2023 09:37:19 +0200 Subject: [PATCH] Update saving and loading.jl --- src/notebook/saving and loading.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notebook/saving and loading.jl b/src/notebook/saving and loading.jl index 39453d7b64..1dd696e72e 100644 --- a/src/notebook/saving and loading.jl +++ b/src/notebook/saving and loading.jl @@ -60,7 +60,7 @@ function save_notebook(io::IO, notebook::Notebook) if length(cells_ordered) != length(notebook.cells) cells = notebook.cells updated_topo = updated_topology(notebook.topology, notebook, cells) - cells_ordered = collect((updated_topo, cells)) + cells_ordered = collect(topological_order(updated_topo, cells)) end for c in cells_ordered