diff --git a/packages/client/pages/overview.vue b/packages/client/pages/overview.vue index 9c2b4a74f4..369785fbd8 100644 --- a/packages/client/pages/overview.vue +++ b/packages/client/pages/overview.vue @@ -20,7 +20,7 @@ useHead({ const blocks: Map = reactive(new Map()) const activeBlocks = ref([]) -const edittingNote = ref(null) +const edittingNote = ref(null) function isElementInViewport(el: HTMLElement) { const rect = el.getBoundingClientRect()