Skip to content

Commit

Permalink
fix: extension check abnormal
Browse files Browse the repository at this point in the history
  • Loading branch information
dribble-njr committed Jan 10, 2025
1 parent 1dc3693 commit 4d0a89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CodemirrorEditor/EditorHeader/PostInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function onUpdate(val: boolean) {
}
onMounted(() => {
extensionInstalled.value = window.$syncer !== `undefined`
extensionInstalled.value = window.$syncer !== undefined
})
</script>

Expand Down

0 comments on commit 4d0a89e

Please sign in to comment.