mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Make sure we update the webview's internally tracked group for restoration
This commit is contained in:
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user