We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16f24e2 + 500cd43 commit e775136Copy full SHA for e775136
src/vs/workbench/contrib/notebook/browser/view/cellParts/foldedCellHint.ts
@@ -39,7 +39,7 @@ export class FoldedCellHint extends CellPart {
39
40
const foldHintTop = element.layoutInfo.previewHeight;
41
this._container.style.top = `${foldHintTop}px`;
42
- } else if (element.foldingState === CellFoldingState.Expanded) {
+ } else {
43
DOM.hide(this._container);
44
}
45
0 commit comments