mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
fix: copy of dark theme (#337)
This commit is contained in:
parent
e74c54d859
commit
1a7eeab9ff
@ -136,7 +136,7 @@ function copy() {
|
|||||||
clipboardDiv.innerHTML = output.value
|
clipboardDiv.innerHTML = output.value
|
||||||
|
|
||||||
if (isBeforeDark) {
|
if (isBeforeDark) {
|
||||||
toggleDark()
|
nextTick(() => toggleDark())
|
||||||
}
|
}
|
||||||
|
|
||||||
// 输出提示
|
// 输出提示
|
||||||
|
Loading…
Reference in New Issue
Block a user