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.
1 parent 17b94cf commit 500cd43Copy full SHA for 500cd43
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