提交 d762190a 编写于 作者: R Rob Lourens

Fix collapsing markdown cell in edit mode

Fix #104018
上级 d51eb90b
......@@ -146,6 +146,7 @@ export class StatefulMarkdownCell extends Disposable {
DOM.hide(this.editorPart);
DOM.hide(this.markdownContainer);
this.templateData.container.classList.toggle('collapsed', true);
this.viewCell.renderedMarkdownHeight = 0;
}
private viewUpdateEditing(): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册