Skip to content

Commit 2e52beb

Browse files
committed
refactor: remove unused cleanup code from ResourceListTableVirtual component
1 parent 8bf8476 commit 2e52beb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

adminforth/spa/src/components/ResourceListTableVirtual.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -710,12 +710,7 @@ watch(() => props.rows, () => {
710710
}
711711
}, { immediate: true });
712712
713-
// Cleanup on unmount
714-
onUnmounted(() => {
715-
if (scrollTimeout.value) {
716-
clearTimeout(scrollTimeout.value);
717-
}
718-
});
713+
719714
720715
</script>
721716

0 commit comments

Comments
 (0)