Skip to content

Commit

Permalink
Added documentation for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zh3nl committed Dec 1, 2024
1 parent a5eedc6 commit 8adb5e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/AppConsole.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default function AppConsole({
height: number;
messages: AppConsoleMessage[];
}) {
// Add autoscroll feature to AppConsole by setting the current scrollTop prop to the current scrollHeight value
const consoleRef = useRef<HTMLPreElement>(null);

useEffect(() => {
Expand Down

0 comments on commit 8adb5e7

Please sign in to comment.