We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1458d commit f641968Copy full SHA for f641968
packages/app-frontend/src/mixins/entry-list.ts
@@ -20,7 +20,7 @@ export default function ({
20
21
methods: {
22
refreshScrollToInspected () {
23
- if (this.inspectedIndex) this.scrollIntoInspected(this.inspectedIndex)
+ if (this.inspectedIndex) this.scrollIntoInspected(this.inspectedIndex as number)
24
},
25
26
scrollIntoInspected: debounce(async function (index) {
0 commit comments