You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let preprocessor = preprocessor::Preprocessor::new();
246
-
preprocessor.expand_network(&mut network,&ResourceRegistry::default()).expect("Failed to expand network");// TODO: actually load the resources from the document
247
-
248
-
let wrapped_network = wrap_network_in_scope(network.clone(), editor_api);
247
+
preprocessor.expand_network(&mut wrapped_network,&ResourceRegistry::default()).expect("Failed to expand network");// TODO: actually load the resources from the document
0 commit comments