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-09-14 12:57:14 +02:00
committed by Dennis Kobert
parent fded44c293
commit 81398ca0cb
@@ -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;
};