Fix Path tool not displaying its hints during G/R/S modes (#3222)

* Path tool no longer overrides other hints

* Related cleanup

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Austin Henlotter
2026-02-16 04:23:47 +00:00
committed by GitHub
co-authored by Keavon Chambers
parent f186465220
commit 5b92901715
2 changed files with 3 additions and 2 deletions
@@ -1879,6 +1879,7 @@ impl ShapeState {
_ => self.sorted_selected_layers(network_interface.document_metadata()).find_map(closest_seg),
}
}
pub fn get_dragging_state(&self, network_interface: &NodeNetworkInterface) -> PointSelectState {
for &layer in self.selected_shape_state.keys() {
let Some(vector) = network_interface.compute_modified_vector(layer) else { continue };