mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Update comment.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user