Skip to content

Commit

Permalink
Removing unmount
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Jun 19, 2024
1 parent 7a4706a commit 8540940
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export class AnimationFeature extends Feature<unknown> {

updateAnimationControlsSubscription() {
const { animate } = this.node.getProps()
this.unmount()
if (isAnimationControls(animate)) {
this.unmountControls = animate.subscribe(this.node)
}
Expand Down

0 comments on commit 8540940

Please sign in to comment.