diff --git a/editor/src/messages/portfolio/document/document_message_handler.rs b/editor/src/messages/portfolio/document/document_message_handler.rs index b0eea647..9dc270f0 100644 --- a/editor/src/messages/portfolio/document/document_message_handler.rs +++ b/editor/src/messages/portfolio/document/document_message_handler.rs @@ -1551,6 +1551,7 @@ impl DocumentMessageHandler { responses.add(NodeGraphMessage::ForceRunDocumentGraph); // TODO: Remove once the footprint is used to load the imports/export distances from the edge responses.add(NodeGraphMessage::SetGridAlignedEdges); + responses.add(Message::StartBuffer); Some(previous_network) } pub fn redo_with_history(&mut self, ipp: &InputPreprocessorMessageHandler, responses: &mut VecDeque) { diff --git a/editor/src/messages/portfolio/document/utility_types/network_interface.rs b/editor/src/messages/portfolio/document/utility_types/network_interface.rs index 9fc1f9ca..e0e284a6 100644 --- a/editor/src/messages/portfolio/document/utility_types/network_interface.rs +++ b/editor/src/messages/portfolio/document/utility_types/network_interface.rs @@ -2822,6 +2822,7 @@ impl NodeNetworkInterface { } return Some(modified); } + self.document_metadata .click_targets .get(&layer) diff --git a/editor/src/messages/tool/common_functionality/shape_editor.rs b/editor/src/messages/tool/common_functionality/shape_editor.rs index 1c48e3e2..dd521f14 100644 --- a/editor/src/messages/tool/common_functionality/shape_editor.rs +++ b/editor/src/messages/tool/common_functionality/shape_editor.rs @@ -1091,7 +1091,6 @@ impl ShapeState { // Check by comparing the handle positions to the anchor if this manipulator group is a point let already_sharp = positions.next().is_none(); - if already_sharp { self.convert_manipulator_handles_to_colinear(&vector_data, id, responses, layer); } else { diff --git a/frontend/assets/images/demo-artwork/thumbnail-painted-dreams.png b/frontend/assets/images/demo-artwork/thumbnail-painted-dreams.png index c16adfca..61aa80af 100644 Binary files a/frontend/assets/images/demo-artwork/thumbnail-painted-dreams.png and b/frontend/assets/images/demo-artwork/thumbnail-painted-dreams.png differ