Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Oct 7, 2024
1 parent 1394a2e commit 94f47e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/chart/component/notefield/ReceptorContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class ReceptorContainer extends Container {
)
}

const releaseHandler = (e: FederatedPointerEvent) => {
const releaseHandler = () => {
this.notefield.renderer.off("pointermove", moveHandler)
this.notefield.renderer.off("pointerup", releaseHandler)
}
Expand Down

0 comments on commit 94f47e0

Please sign in to comment.