This commit is contained in:
Webifi 2023-05-28 12:47:05 -05:00
parent 365d3c5b9b
commit f9be3db674
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
// Double click for mobile support
let lastTap: number = 0
function editOnDoubleTap () {
const editOnDoubleTap = () => {
const now: number = new Date().getTime()
const timesince: number = now - lastTap
if ((timesince < 400) && (timesince > 0)) {