Skip to content

Commit

Permalink
Release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
neonfuz committed Aug 10, 2022
1 parent d4d2e69 commit 8eb6753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bismuthsoft/svelte-dj-knob",
"version": "0.1.4",
"version": "0.1.5",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
1 change: 1 addition & 0 deletions src/lib/knobdrag.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function pointercapture(elem: HTMLElement) {
}
elem.addEventListener('pointerdown', pointerDown);
elem.addEventListener('touchmove', preventDefault);
// TODO: unneeded?? ^
return {
destroy() {
elem.removeEventListener('pointerdown', pointerDown);
Expand Down

0 comments on commit 8eb6753

Please sign in to comment.