Skip to content

Commit 68a1a95

Browse files
committed
Fix merge issue
1 parent 5e49702 commit 68a1a95

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • editor/src/messages/portfolio/document/utility_types/network_interface

editor/src/messages/portfolio/document/utility_types/network_interface/structure.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ impl NodeNetworkInterface {
1717
return Some(modified);
1818
}
1919

20+
self.vector_data_from_layer(layer)
21+
}
22+
23+
pub fn vector_data_from_layer(&self, layer: LayerNodeIdentifier) -> Option<Vector> {
2024
self.document_metadata.layer_vector_data.get(&layer).map(|arc| arc.as_ref().clone())
2125
}
2226

0 commit comments

Comments
 (0)