Skip to content

Commit

Permalink
fix: copy of dark theme (doocs#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangFong authored Aug 21, 2024
1 parent e74c54d commit 1a7eeab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CodemirrorEditor/EditorHeader/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function copy() {
clipboardDiv.innerHTML = output.value
if (isBeforeDark) {
toggleDark()
nextTick(() => toggleDark())
}
// 输出提示
Expand Down

0 comments on commit 1a7eeab

Please sign in to comment.