Skip to content

Commit

Permalink
Make sure we update the webview's internally tracked group for restor…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
mjbvz committed Aug 20, 2019
1 parent d241987 commit 6e53012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vs/workbench/api/browser/mainThreadWebview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ export class MainThreadWebviews extends Disposable implements MainThreadWebviews
continue;
}

input.updateGroup(group.id);

const handle = this._webviewEditorInputs.getHandleForInput(input);
if (handle) {
viewStates[handle] = {
Expand Down

0 comments on commit 6e53012

Please sign in to comment.