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 4ed58c8 commit 1b3b46cCopy full SHA for 1b3b46c
bottomfloat.js
@@ -3,6 +3,10 @@
3
// if isMobile
4
function updateFloat() {
5
6
+ // close sidebar
7
+ toggleSidebar(false);
8
+ saveSidebarStateLS();
9
+
10
// show bottom floater
11
bottomWrapper.classList.remove('hidden');
12
0 commit comments