Skip to content

Commit b09d6b7

Browse files
authored
Apply suggestions from code review
1 parent d0a179c commit b09d6b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vs/workbench/services/hover/browser/hoverService.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ function getHoverOptionsIdentity(options: IHoverOptions | undefined): IHoverOpti
146146
class HoverContextViewDelegate implements IDelegate {
147147

148148
container: HTMLElement | undefined;
149-
150149
get anchorPosition() {
151150
return this._hover.anchor;
152151
}
@@ -158,7 +157,6 @@ class HoverContextViewDelegate implements IDelegate {
158157
}
159158

160159
render(container: HTMLElement) {
161-
this.container = container;
162160
this._hover.render(container);
163161
if (this._focus) {
164162
this._hover.focus();

0 commit comments

Comments
 (0)