Skip to content

Commit

Permalink
chore: code optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
yuedud committed Mar 15, 2023
1 parent ebeadc2 commit 920701e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x6-plugin-transform/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class Transform extends Basecoat<Transform.EventArgs> {
this.clearWidgets()
}

createTransform(node: Node) {
protected createTransform(node: Node) {
const options = this.getTransformOptions(node)
if (options.resizable || options.rotatable) {
return new TransformImpl(options, node, this.graph)
Expand Down

0 comments on commit 920701e

Please sign in to comment.