mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
cleanup
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user