提交 37f7ae04 编写于 作者: M Martin Aeschlimann

Fixes #3401: [folding] Setting `editor.folding` to `false` should expand all folded regions

上级 f6bf3fee
......@@ -277,6 +277,7 @@ export class FoldingController implements editorCommon.IEditorContribution {
this.decorations.forEach(dec => dec.dispose(changeAccessor));
this.decorations = [];
});
this.updateHiddenAreas();
}});
this.localToDispose.push(this.editor.addListener2(editorCommon.EventType.MouseDown, (e) => this._onEditorMouseDown(e)));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册