Skip to content

Commit fbd3033

Browse files
authored
Merge pull request #95 from rougsig/patch-1
feat: Change prependTransform visibility to protected
2 parents 596af69 + f6098fb commit fbd3033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/transformer/src/Transformer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ export class Transformer extends Container_
14221422
* @param delta - transformation matrix
14231423
* @param skipUpdate - whether to skip updating the group-bounds after applying the transform
14241424
*/
1425-
private prependTransform(delta: Matrix, skipUpdate = false): void
1425+
protected prependTransform(delta: Matrix, skipUpdate = false): void
14261426
{
14271427
const group = this.group;
14281428

0 commit comments

Comments
 (0)