Update comment.

This commit is contained in:
Anthony Kim
2025-09-18 20:46:18 -07:00
parent 284538a6df
commit a8a4f224dc
@@ -244,7 +244,7 @@ export class TerminalStickyScrollOverlay extends Disposable {
return;
}
// Check if this is a clear command - don't show sticky scroll for clear
// Do not show sticky scroll after `clear` command
if (command.command && this._isClearCommand(command.command)) {
this._setVisible(false);
return;