mirror of
https://github.com/demostf/demo.js
synced 2026-06-04 00:54:14 +02:00
caching of parsed static baselines
This commit is contained in:
parent
357b725994
commit
358aa6aa21
2 changed files with 6 additions and 9 deletions
|
|
@ -67,7 +67,7 @@ export class PacketEntity {
|
|||
if (existingProp) {
|
||||
existingProp.value = prop.value;
|
||||
} else {
|
||||
this.props.push(prop);
|
||||
this.props.push(prop.clone());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue