mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 16:48:12 +08:00
Insert the boundary memo at context nullification
This commit is contained in:
@@ -470,7 +470,7 @@ impl ProtoNetwork {
|
|||||||
ProtoNode {
|
ProtoNode {
|
||||||
construction_args: ConstructionArgs::Nodes(vec![node_id]),
|
construction_args: ConstructionArgs::Nodes(vec![node_id]),
|
||||||
call_argument: concrete!(Context),
|
call_argument: concrete!(Context),
|
||||||
identifier: graphene_core::memo::memoize::IDENTIFIER,
|
identifier: graphene_core::memo::frame_memo::IDENTIFIER,
|
||||||
original_location: OriginalLocation {
|
original_location: OriginalLocation {
|
||||||
path: path.clone(),
|
path: path.clone(),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
|
|||||||
Reference in New Issue
Block a user