Skip to content

Commit

Permalink
fix: dispose webview panel (#1172)
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 authored Jun 6, 2024
1 parent 2b92642 commit 02a5039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export class Studio {

// init webview
this.#panel = await initWebview(this.#extensionContext.extensionUri);
this.#extensionContext.subscriptions.push(this.#panel);

// Creating cancellation token registry
const cancellationTokenRegistry = new CancellationTokenRegistry();
Expand Down

0 comments on commit 02a5039

Please sign in to comment.