-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(notebooks): fix race condition in view registration (#13106)
Fixes a race condition that occurred when event handlers for `onDidRegisterNotebookSerializer` were registered *after* said event was fired. This prevented the correct rendering of a notebook the first time one was opened during the lifetime of a page. Signed-off-by: Beniamino Ventura <benia@protonmail.com>
- Loading branch information
Showing
1 changed file
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters