Skip to content

Commit

Permalink
refactor: remove unused isScrolling variable in ManuscriptRecordFormView
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentauger committed Dec 17, 2024
1 parent 062b4fd commit 817bb50
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ onMounted(async () => {
loading.value = false
})
const { isScrolling } = useScroll(window)
const actionsSection = ref<HTMLElement | null>(null)
const actionSectionVisible = useElementVisibility(actionsSection)
Expand Down

0 comments on commit 817bb50

Please sign in to comment.