🚧 Changes to pattern examples
This commit is contained in:
parent
7d9e41ec6f
commit
1bc2272c90
92 changed files with 579 additions and 506 deletions
|
@ -183,9 +183,6 @@ Part.prototype.inject = function(orig) {
|
|||
}
|
||||
for (let i in orig.snippets) {
|
||||
this.snippets[i] = orig.snippets[i].clone();
|
||||
// Keep link between points and snippet anchor where possible
|
||||
let anchorPoint = findBasePoint(orig.snippets[i].anchor);
|
||||
if (anchorPoint) this.snippets[i].anchor = this.points[i];
|
||||
}
|
||||
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue