提交 cab96c00 编写于 作者: R rebornix

Fix #26106. This time make it right.

上级 0346c023
......@@ -73,7 +73,7 @@ export class ViewModelDecorations implements IDisposable {
let removedDecorations = e.removedDecorations;
for (let i = 0, len = removedDecorations.length; i < len; i++) {
let removedDecoration = removedDecorations[i];
if (removedDecoration !== null && removedDecoration !== undefined) {
if (this._decorationsCache !== null && this._decorationsCache !== undefined) {
delete this._decorationsCache[removedDecoration];
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册