mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-07-04 22:45:31 +00:00
fix #207
This commit is contained in:
@@ -60,7 +60,6 @@
|
||||
})
|
||||
|
||||
async function handlePaste(e: ClipboardEvent) {
|
||||
e.preventDefault()
|
||||
const data = e.clipboardData
|
||||
if (!data) return
|
||||
|
||||
@@ -79,6 +78,7 @@
|
||||
}
|
||||
|
||||
if (raw.length === 0) return
|
||||
e.preventDefault()
|
||||
|
||||
const seen = new Set<string>()
|
||||
const pasted: File[] = []
|
||||
|
||||
Reference in New Issue
Block a user