mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
@@ -616,13 +616,13 @@ export class BackLayerWebView<T extends ICommonCellInfo> extends Themable {
|
||||
|
||||
{
|
||||
if (!update.init) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
const output = this.reversedInsetMapping.get(update.id);
|
||||
|
||||
if (!output) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
const inset = this.insetMapping.get(output)!;
|
||||
|
||||
Reference in New Issue
Block a user