Skip to content

Commit

Permalink
Bugfix for getter in LGraphGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-lewis-ab committed Jul 17, 2024
1 parent bf1882d commit 69c4453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/LGraphGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export class LGraphGroup {
this._pos[1] = v[1];
}
get pos() {
this._pos ??= new Float32Array(10, 10);
return this._pos;
}

Expand Down

0 comments on commit 69c4453

Please sign in to comment.