mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
comment
This commit is contained in:
parent
4898875532
commit
895628bb91
1 changed files with 2 additions and 2 deletions
|
|
@ -680,7 +680,7 @@ class InlineDiffsService extends Disposable implements IInlineDiffsService {
|
|||
type: 'DiffZone',
|
||||
_diffOfId: {},
|
||||
_URI: uri,
|
||||
_streamState: { isStreaming: false },
|
||||
_streamState: { isStreaming: false }, // when restoring, we will never be streaming
|
||||
_removeStylesFns: new Set(),
|
||||
}
|
||||
}
|
||||
|
|
@ -690,7 +690,7 @@ class InlineDiffsService extends Disposable implements IInlineDiffsService {
|
|||
_URI: uri,
|
||||
_removeStylesFns: new Set(),
|
||||
_mountInfo: null,
|
||||
_linkedStreamingDiffZone: null,
|
||||
_linkedStreamingDiffZone: null, // when restoring, we will never be streaming
|
||||
}
|
||||
}
|
||||
this.diffAreasOfURI[uri.fsPath].add(diffareaid)
|
||||
|
|
|
|||
Loading…
Reference in a new issue