mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 09:57:49 +02:00
Removed debugging log calls.
This commit is contained in:
parent
3a18606385
commit
e052610184
@ -436,8 +436,6 @@ document.addEventListener('paste', async (event) => {
|
||||
}
|
||||
const paste = (event.clipboardData || window.clipboardData).getData('text')
|
||||
const selection = window.getSelection()
|
||||
console.log(selection)
|
||||
console.log(selection.toString())
|
||||
if (selection.toString().trim().length <= 0 && await parseContent(paste)) {
|
||||
event.preventDefault()
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user