Skip to content

Commit

Permalink
Remove behavior value
Browse files Browse the repository at this point in the history
- It defaults to instant anyway, for some reason it's a type error on this branch
  • Loading branch information
mofojed committed Jan 2, 2025
1 parent a0cec0a commit ca7e817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/console/src/Console.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ export class Console extends PureComponent<ConsoleProps, ConsoleState> {
}

window.requestAnimationFrame(() => {
pane.scrollTo({ top: pane.scrollHeight, behavior: 'instant' });
pane.scrollTo({ top: pane.scrollHeight });
});
}

Expand Down

0 comments on commit ca7e817

Please sign in to comment.