Make double-clicking a text layer begin editing in shallow select mode, not just deep select mode (#4373)

This commit is contained in:
Keavon Chambers
2026-07-24 14:02:40 -07:00
committed by Dennis Kobert
parent 3ef9234589
commit e68756a47b

View File

@@ -2058,6 +2058,7 @@ fn edit_layer_shallowest_manipulation(document: &DocumentMessageHandler, layer:
.parent(document.metadata())
.is_some_and(|parent| document.network_interface.selected_nodes().selected_layers_contains(parent, document.metadata()))
}) else {
edit_layer_deepest_manipulation(layer, &document.network_interface, responses);
return;
};