Skip to content

Commit 0a6eec4

Browse files
authored
Update live-view.js
1 parent 098e8eb commit 0a6eec4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

live-view.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ async function setupLiveView() {
112112
// update line numbers
113113
updateLineNumbersHTML();
114114

115+
// if on desktop
116+
if (!isMobile) {
117+
118+
// update scrollbar arrow
119+
updateScrollbarArrow();
120+
121+
}
122+
115123
}
116124

117125
}

0 commit comments

Comments
 (0)