Skip to content

Commit f641968

Browse files
committed
chore: fix ts error
1 parent bd1458d commit f641968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-frontend/src/mixins/entry-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function ({
2020

2121
methods: {
2222
refreshScrollToInspected () {
23-
if (this.inspectedIndex) this.scrollIntoInspected(this.inspectedIndex)
23+
if (this.inspectedIndex) this.scrollIntoInspected(this.inspectedIndex as number)
2424
},
2525

2626
scrollIntoInspected: debounce(async function (index) {

0 commit comments

Comments
 (0)