Skip to content

Commit

Permalink
fix: UIInteractive function name (#2535)
Browse files Browse the repository at this point in the history
  • Loading branch information
cptbtptpbcptdtptp authored Feb 6, 2025
1 parent 9495bfb commit 214c693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/component/interactive/UIInteractive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class UIInteractive extends Script implements IGroupAble {
/**
* Remove all transitions.
*/
clearShapes(): void {
clearTransitions(): void {
const transitions = this._transitions;
for (let i = 0, n = transitions.length; i < n; i++) {
transitions[i]._interactive = null;
Expand Down

0 comments on commit 214c693

Please sign in to comment.