mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
the second show widget should also take in value true
This commit is contained in:
@@ -366,7 +366,7 @@ export class LiveStrategy extends EditModeStrategy {
|
||||
}
|
||||
|
||||
override needsMargin(): boolean {
|
||||
return Boolean(this._session.lastTextModelChanges.length);
|
||||
return !Boolean(this._session.lastTextModelChanges.length);
|
||||
}
|
||||
|
||||
hasFocus(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user