mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
@@ -716,6 +716,7 @@ export class NotebookViewModel extends Disposable implements EditorFoldingStateD
|
||||
if (handle !== undefined) {
|
||||
const cell = this.getCellByHandle(handle);
|
||||
cell?.deltaCellDecorations([id], []);
|
||||
this._decorationIdToCellMap.delete(id);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user