Enable alert for copied text in chat
This commit is contained in:
@@ -406,7 +406,7 @@
|
|||||||
'text/html': new Blob([html], {type: 'text/html'})
|
'text/html': new Blob([html], {type: 'text/html'})
|
||||||
})
|
})
|
||||||
])
|
])
|
||||||
// alertNormal(language.copied)
|
alertNormal(language.copied)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
window.navigator.clipboard.writeText(msgDisplay).then(() => {
|
window.navigator.clipboard.writeText(msgDisplay).then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user