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 d017077 commit 3ab9cbcCopy full SHA for 3ab9cbc
src/vs/editor/contrib/hover/browser/contentHover.ts
@@ -732,9 +732,7 @@ export class ResizableHoverWidget extends MultiplePersistedSizeResizableContentW
732
733
// See https://github.com/microsoft/vscode/issues/140339
734
// TODO: Doing a second layout of the hover after force rendering the editor
735
- if (!this.findPersistedSize()) {
736
- this.onContentsChanged();
737
- }
+ this.onContentsChanged();
738
if (visibleData.stoleFocus) {
739
this._hoverWidget.containerDomNode.focus();
740
}
0 commit comments