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
/// Used to keep track of what nodes are sent to the front end so that only visible ones are sent to the frontend
96
96
frontend_nodes:Vec<NodeId>,
97
97
/// Disables rendering nodes in Svelte
98
-
native_node_graph_render:bool,
98
+
should_render_svelte_nodes:bool,
99
99
}
100
100
101
101
/// NodeGraphMessageHandler always modifies the network which the selected nodes are in. No GraphOperationMessages should be added here, since those messages will always affect the document network.
@@ -1625,7 +1625,8 @@ impl<'a> MessageHandler<NodeGraphMessage, NodeGraphMessageContext<'a>> for NodeG
0 commit comments