Enable alert for copied text in chat

This commit is contained in:
Kwaroran
2024-11-27 07:56:24 +09:00
parent 2acbc00548
commit ff4cfede65

View File

@@ -406,7 +406,7 @@
'text/html': new Blob([html], {type: 'text/html'})
})
])
// alertNormal(language.copied)
alertNormal(language.copied)
return
}
window.navigator.clipboard.writeText(msgDisplay).then(() => {