]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/static/js/settings.js
Rollup merge of #104895 - chenyukang:yukang/fix-104884-serde, r=TaKO8Ki
[rust.git] / src / librustdoc / html / static / js / settings.js
index 5256ae916a771a6121c888c527bd80db8160fe01..589bfc79360ce17f1bdf2d8bcb9c2026b2339e28 100644 (file)
             event.preventDefault();
             const shouldDisplaySettings = settingsMenu.style.display === "none";
 
-            window.hidePopoverMenus();
+            window.hideAllModals();
             if (shouldDisplaySettings) {
                 displaySettings();
             }