re-enable default zone widget revealing when showing (#184072)

fixes https://github.com/microsoft/vscode-internalbacklog/issues/4332, also fixes https://github.com/microsoft/vscode-internalbacklog/issues/3784
This commit is contained in:
Johannes Rieken 2023-06-01 16:48:55 +02:00 committed by GitHub
parent 3f5def1cdc
commit adbcc3de01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -748,10 +748,6 @@ export class InteractiveEditorZoneWidget extends ZoneWidget {
this._ctxVisible.set(true);
}
protected override revealRange(_range: Range, _isLastLine: boolean) {
// disabled
}
override hide(): void {
this._ctxVisible.reset();
this._ctxCursorPosition.reset();