mirror of
https://github.com/woodchen-ink/md-wechat.git
synced 2025-07-18 13:42:02 +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…
x
Reference in New Issue
Block a user