Skip to content

Commit 6f0bc7e

Browse files
committed
chore: fix linting error
1 parent a7dff50 commit 6f0bc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/lib/viewPort.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function maintainFocusOnPartInstance(
4444

4545
try {
4646
await scrollToPartInstance(partInstanceId, forceScroll, noAnimation)
47-
} catch (error) {
47+
} catch (_error) {
4848
// Handle error if needed
4949
} finally {
5050
focusState.isScrolling = false

0 commit comments

Comments
 (0)