We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8fec6 commit c27d8dcCopy full SHA for c27d8dc
editor/src/messages/portfolio/document/node_graph/node_graph_message_handler.rs
@@ -1631,7 +1631,7 @@ impl NodeGraphMessageHandler {
1631
Separator::new(SeparatorType::Related).widget_holder(),
1632
IconLabel::new("Layer").tooltip("Name of the selected layer").widget_holder(),
1633
1634
- TextInput::new(context.document_name)
+ TextInput::new(context.network_interface.frontend_display_name(&layer, context.selection_network_path))
1635
.on_update(move |text_input| {
1636
NodeGraphMessage::SetDisplayName {
1637
node_id: layer,
0 commit comments