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 a7dff50 commit 6f0bc7eCopy full SHA for 6f0bc7e
packages/webui/src/client/lib/viewPort.ts
@@ -44,7 +44,7 @@ export function maintainFocusOnPartInstance(
44
45
try {
46
await scrollToPartInstance(partInstanceId, forceScroll, noAnimation)
47
- } catch (error) {
+ } catch (_error) {
48
// Handle error if needed
49
} finally {
50
focusState.isScrolling = false
0 commit comments