rustdoc: hide modals when resizing the sidebar
Follow-up for https://github.com/rust-lang/rust/pull/119477#discussion_r1439085011
This commit is contained in:
parent
0ee9cfd54d
commit
8b52275ee3
2 changed files with 21 additions and 0 deletions
|
|
@ -1721,6 +1721,7 @@ href="https://doc.rust-lang.org/${channel}/rustdoc/read-documentation/search.htm
|
|||
}
|
||||
currentPointerId = e.pointerId;
|
||||
}
|
||||
window.hideAllModals(false);
|
||||
e.preventDefault();
|
||||
window.addEventListener("pointermove", resize, false);
|
||||
window.addEventListener("pointercancel", stopResize, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue