mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Fix pen tool (#3002)
This commit is contained in:
@@ -1249,6 +1249,7 @@ impl PenToolData {
|
||||
responses.add(DeferMessage::AfterGraphRun {
|
||||
messages: vec![PenToolMessage::AddPointLayerPosition { layer, viewport }.into()],
|
||||
});
|
||||
responses.add(NodeGraphMessage::RunDocumentGraph);
|
||||
}
|
||||
|
||||
/// Perform extension of an existing path
|
||||
|
||||
Reference in New Issue
Block a user