Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Dec 23, 2024
1 parent f5e61f6 commit 78b4418
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 @@ -64,7 +64,7 @@ const copyMode = useStorage(addPrefix(`copyMode`), `txt`)
const source = ref(``)
const { copy: copyContent } = useClipboard({ source })
const creatEmptyNode = () => {
function creatEmptyNode() {
const node = document.createElement(`p`)
node.style.fontSize = `0`
node.style.lineHeight = `0`
Expand Down

0 comments on commit 78b4418

Please sign in to comment.