Skip to content

Commit adbcc3d

Browse files
authored
re-enable default zone widget revealing when showing (microsoft#184072)
fixes microsoft/vscode-internalbacklog#4332, also fixes microsoft/vscode-internalbacklog#3784
1 parent 3f5def1 commit adbcc3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/vs/workbench/contrib/interactiveEditor/browser/interactiveEditorWidget.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -748,10 +748,6 @@ export class InteractiveEditorZoneWidget extends ZoneWidget {
748748
this._ctxVisible.set(true);
749749
}
750750

751-
protected override revealRange(_range: Range, _isLastLine: boolean) {
752-
// disabled
753-
}
754-
755751
override hide(): void {
756752
this._ctxVisible.reset();
757753
this._ctxCursorPosition.reset();

0 commit comments

Comments
 (0)