Skip to content

Commit

Permalink
Settings adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaC committed Aug 23, 2023
1 parent e125cce commit 66eb3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/swipe-detector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default class SwipeDetector {
#startX: number | null = null;
#startY: number | null = null;

#treshold = 100;
#treshold = 0;

constructor(element: HTMLElement) {
this.#element = element;
Expand Down

0 comments on commit 66eb3a2

Please sign in to comment.