mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
fix: copy of dark theme (#328)
This commit is contained in:
parent
6b49a13148
commit
fb510ed1a3
@ -113,6 +113,7 @@ function copy() {
|
|||||||
toggleDark()
|
toggleDark()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
nextTick(() => {
|
||||||
solveWeChatImage()
|
solveWeChatImage()
|
||||||
|
|
||||||
const clipboardDiv = document.getElementById(`output`)
|
const clipboardDiv = document.getElementById(`output`)
|
||||||
@ -155,6 +156,7 @@ function copy() {
|
|||||||
|
|
||||||
editorRefresh()
|
editorRefresh()
|
||||||
emit(`endCopy`)
|
emit(`endCopy`)
|
||||||
|
})
|
||||||
}, 350)
|
}, 350)
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user