Skip to content

Commit

Permalink
Fix transclusions in JupyterLab 4.0.7+ (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Feb 4, 2024
1 parent ef333ce commit 55df564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/jupyterlab-lsp/src/virtual/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ export class VirtualDocument extends VirtualDocumentBase {
);
if (extractor.standalone && unusedStandalone.length > 0) {
foreignDocument = unusedStandalone.pop()!;
this.unusedDocuments.delete(foreignDocument);
} else {
// if (previous document does not exists) or (extractor produces standalone documents
// and no old standalone document could be reused): create a new document
Expand Down

0 comments on commit 55df564

Please sign in to comment.