Skip to content

Commit

Permalink
forgot to commit change
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Iden <[email protected]>
  • Loading branch information
jonah-iden committed Oct 23, 2023
1 parent f09251a commit e75d7c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class NotebookDocumentsMainImpl implements NotebookDocumentsMain {
);
});

this.documentEventListenersMapping.set(notebook.uri.toString(), new DisposableCollection());
this.documentEventListenersMapping.set(notebook.uri.toString(), new DisposableCollection(listener));
}
}

Expand Down

0 comments on commit e75d7c8

Please sign in to comment.