Skip to content

Commit 2110f10

Browse files
authored
Hover Delay Fix (microsoft#205665)
fix microsoft#205658
1 parent 864f4f4 commit 2110f10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/base/browser/ui/iconLabel/iconLabelHover.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ export function setupCustomHover(hoverDelegate: IHoverDelegate, htmlElement: HTM
180180
}
181181
if (hadHover) {
182182
hoverDelegate.onDidHideHover?.();
183+
hoverWidget = undefined;
183184
}
184185
};
185186

0 commit comments

Comments
 (0)