Skip to content

Commit 0573777

Browse files
committed
input collapse should trigger view update as collapse is no longer metadata.
1 parent 1303984 commit 0573777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/notebook/browser/view/cellParts/markdownCell.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ export class StatefulMarkdownCell extends Disposable {
138138

139139
if (e.inputCollapsedChanged) {
140140
this.updateCollapsedState();
141+
this.viewUpdate();
141142
}
142143

143144
if (e.cellLineNumberChanged) {

0 commit comments

Comments
 (0)