File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1438,7 +1438,6 @@ async function loadFileInHTML(fileEl, fileSha) {
14381438 } else {
14391439
14401440 liveToggle . classList . add ( 'file-open' ) ;
1441- updateScrollbarArrow ( ) ;
14421441
14431442 onNextFrame ( ( ) => {
14441443 liveView . classList . remove ( 'notransition' ) ;
@@ -1583,7 +1582,6 @@ function loadBinaryFileHTML(file, toggled) {
15831582 if ( ! isMobile ) {
15841583
15851584 liveToggle . classList . add ( 'file-open' ) ;
1586- updateScrollbarArrow ( ) ;
15871585
15881586 }
15891587
@@ -3224,8 +3222,6 @@ function setupEditor() {
32243222 cd . on ( 'scroll' , onEditorScroll ) ;
32253223 cd . on ( 'caretmove' , saveSelectedFileCaretPos ) ;
32263224
3227- if ( ! isMobile ) cd . on ( 'type' , updateScrollbarArrow ) ;
3228-
32293225 // update on screen resize
32303226
32313227 const landscape = window . matchMedia ( '(orientation: landscape)' ) ;
@@ -3447,7 +3443,6 @@ function updateLineNumbersHTML() {
34473443
34483444 if ( ! isMobile ) {
34493445
3450- updateScrollbarArrow ( ) ;
34513446 updateLiveViewArrow ( ) ;
34523447
34533448 }
You can’t perform that action at this time.
0 commit comments