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 dfec2bb commit cb572cbCopy full SHA for cb572cb
src/librustdoc/html/static/js/main.js
@@ -1461,7 +1461,9 @@ function preLoadCss(cssUrl) {
1461
}
1462
1463
1464
- // @ts-expect-error
+ /**
1465
+ * @param {Event & { relatedTarget: Node }} event
1466
+ */
1467
function tooltipBlurHandler(event) {
1468
if (window.CURRENT_TOOLTIP_ELEMENT &&
1469
!window.CURRENT_TOOLTIP_ELEMENT.contains(document.activeElement) &&
0 commit comments