File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 22// function runs in loadFile() in gitsidebar.js
33// if isMobile
44function updateFloat ( ) {
5-
5+
66 // close sidebar
77 toggleSidebar ( false ) ;
88 saveSidebarStateLS ( ) ;
@@ -116,12 +116,6 @@ if (isMobile) {
116116
117117 } ) ;
118118
119- cd . on ( 'focus' , ( ) => {
120-
121- bottomWrapper . classList . add ( 'hidden' ) ;
122-
123- } ) ;
124-
125119
126120 // update on screen resize
127121
Original file line number Diff line number Diff line change @@ -3488,13 +3488,14 @@ function setupSidebar() {
34883488 // render sidebar
34893489 renderSidebarHTML ( ) ;
34903490
3491- // if sidebar is open
3491+ // if sidebar is open in local storage
34923492 if ( getStorage ( 'sidebar' ) == 'true'
34933493 && ! isEmbed ) {
34943494
34953495 // don't transition
34963496 body . classList . add ( 'notransition' ) ;
3497-
3497+
3498+ // open sidebar
34983499 toggleSidebar ( true ) ;
34993500
35003501 onNextFrame ( ( ) => {
Original file line number Diff line number Diff line change 44
55
66// update worker name when updating worker
7- const WORKER_NAME = 'codeit-worker-v618 ' ;
7+ const WORKER_NAME = 'codeit-worker-v619 ' ;
88
99
1010// internal paths
You can’t perform that action at this time.
0 commit comments