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()
|
||||
}
|
||||
|
||||
nextTick(() => {
|
||||
solveWeChatImage()
|
||||
|
||||
const clipboardDiv = document.getElementById(`output`)
|
||||
@ -155,6 +156,7 @@ function copy() {
|
||||
|
||||
editorRefresh()
|
||||
emit(`endCopy`)
|
||||
})
|
||||
}, 350)
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user