File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,12 @@ if (isMobile) {
116116
117117 } ) ;
118118
119+ cd . on ( 'focus' , ( ) => {
120+
121+ bottomWrapper . classList . add ( 'hidden' ) ;
122+
123+ } ) ;
124+
119125
120126 // update on screen resize
121127
@@ -168,7 +174,7 @@ function checkBottomFloat() {
168174
169175 }
170176
171- } else { // if scrolled up
177+ } else if ( document . activeElement !== cd ) { // if scrolled up
172178
173179 // if passed threshold
174180 if ( ( lastScrollTop - st ) > 20 ) {
@@ -183,3 +189,4 @@ function checkBottomFloat() {
183189 lastScrollTop = st <= 0 ? 0 : st ; // for mobile or negative scrolling
184190
185191}
192+
Original file line number Diff line number Diff line change @@ -431,3 +431,4 @@ let git = {
431431 }
432432
433433} ;
434+
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-v612 ' ;
7+ const WORKER_NAME = 'codeit-worker-v613 ' ;
88
99
1010// internal paths
You can’t perform that action at this time.
0 commit comments