got the clipboard copy working

This commit is contained in:
Brian 2022-04-14 11:15:08 -06:00
parent 96ccd95568
commit cd62e90ddb
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -227,7 +227,7 @@ export default defineComponent({
}
function updateClipboard (text) {
clipboard.writeText(text).then(() => {
navigator.clipboard.writeText(text).then(() => {
showErrorMessage = false
showStatusMessage = true
setTimeout(() => {