Skip to content

Commit 19a5272

Browse files
committed
chore(webui): Lint
1 parent adc8ce6 commit 19a5272

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/webui/src/client/ui/Prompter/PrompterView.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,10 +369,11 @@ export class PrompterViewContent extends React.Component<Translated<IProps & ITr
369369
this._lastAnimation = animate(window.scrollY, scrollToPosition, {
370370
duration: 0.4,
371371
ease: 'easeOut',
372-
onUpdate: (latest: number) => window.scrollTo({
373-
top: latest,
374-
behavior: 'instant',
375-
}),
372+
onUpdate: (latest: number) =>
373+
window.scrollTo({
374+
top: latest,
375+
behavior: 'instant',
376+
}),
376377
})
377378
}
378379
listAnchorPositions(startY: number, endY: number, sortDirection = 1): [number, Element][] {

0 commit comments

Comments
 (0)