We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mouseUp
1 parent 7080f3e commit 1b21193Copy full SHA for 1b21193
packages/fireworks-js/src/mouse.ts
@@ -7,7 +7,7 @@ export class Mouse {
7
8
constructor(private readonly canvas: HTMLCanvasElement) {
9
this.mouseDown = this.mouseDown.bind(this)
10
- this.mouseUp = this.mouseMove.bind(this)
+ this.mouseUp = this.mouseUp.bind(this)
11
this.mouseMove = this.mouseMove.bind(this)
12
}
13
0 commit comments