rustdoc: stop using deprecated window.event
when there's an ev
param
This commit is contained in:
parent
6d7e2135f1
commit
708b529f31
@ -940,7 +940,7 @@ function loadCss(cssUrl) {
|
||||
return;
|
||||
}
|
||||
if (!this.NOTABLE_FORCE_VISIBLE &&
|
||||
!elemIsInParent(event.relatedTarget, window.CURRENT_NOTABLE_ELEMENT)) {
|
||||
!elemIsInParent(ev.relatedTarget, window.CURRENT_NOTABLE_ELEMENT)) {
|
||||
hideNotable(true);
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user