the second show widget should also take in value true

This commit is contained in:
Aiday Marlen Kyzy
2023-06-23 14:40:03 +02:00
parent a0183bc055
commit d463dc07e9
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {