Skip to content

Commit 55df564

Browse files
authored
Fix transclusions in JupyterLab 4.0.7+ (#1045)
1 parent ef333ce commit 55df564

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/jupyterlab-lsp/src/virtual/document.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ export class VirtualDocument extends VirtualDocumentBase {
225225
);
226226
if (extractor.standalone && unusedStandalone.length > 0) {
227227
foreignDocument = unusedStandalone.pop()!;
228-
this.unusedDocuments.delete(foreignDocument);
229228
} else {
230229
// if (previous document does not exists) or (extractor produces standalone documents
231230
// and no old standalone document could be reused): create a new document

0 commit comments

Comments
 (0)