Skip to content

Commit 6e53012

Browse files
committed
Make sure we update the webview's internally tracked group for restoration
1 parent d241987 commit 6e53012

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/vs/workbench/api/browser/mainThreadWebview.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ export class MainThreadWebviews extends Disposable implements MainThreadWebviews
285285
continue;
286286
}
287287

288+
input.updateGroup(group.id);
289+
288290
const handle = this._webviewEditorInputs.getHandleForInput(input);
289291
if (handle) {
290292
viewStates[handle] = {

0 commit comments

Comments
 (0)