Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
JanLewDev committed Jan 3, 2025
2 parents c8d698e + ce3277b commit 6515de9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/object/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,11 @@ export class DRPObject implements IDRPObject {

for (const op of linearizedOperations) {
this._applyOperation(drp, op);
this._applyOperation(drp, op);
}
if (vertexOperation) {
this._applyOperation(drp, vertexOperation);
this._applyOperation(drp, vertexOperation);
}

return drp;
Expand Down

0 comments on commit 6515de9

Please sign in to comment.