fix: copy of dark theme (#337)

This commit is contained in:
YangFong 2024-08-21 13:16:07 +08:00 committed by GitHub
parent e74c54d859
commit 1a7eeab9ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,7 +136,7 @@ function copy() {
clipboardDiv.innerHTML = output.value
if (isBeforeDark) {
toggleDark()
nextTick(() => toggleDark())
}
//