Skip to content

Commit

Permalink
isRenderGoup added to shape abstract
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmerugu committed Aug 21, 2024
1 parent 147d4c7 commit 2c15065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/shapes/abstract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export abstract class ShapeAbstract extends ShapeAbstractBase {
this.originalData = data
this.artBoard = artBoard;
this.containerGfx = new PIXI.Container(
// { isRenderGroup:true}
{ isRenderGroup:true}
)
this.containerGfx.sortableChildren = true
// this.containerGfx.interactive = true
Expand Down

0 comments on commit 2c15065

Please sign in to comment.