#49 : Code cleanup

This commit is contained in:
Vadim
2021-07-24 22:49:11 +03:00
parent b3aebdf79a
commit b8695632ca

View File

@@ -7,10 +7,9 @@ import {
} from './event'
import { TAP_DURATION_MS } from '../../units'
let tapStartedAt = 0
export function tappable(node) {
const dispatch = createDispatcher(node)
let tapStartedAt = 0
function handleTapstart() {
tapStartedAt = Date.now()