Skip to content

Commit bac981a

Browse files
committed
Update filebrowser.js
1 parent 5e4758f commit bac981a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

filebrowser.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,9 @@ async function renderBranchMenuHTML(renderAll) {
16851685
// if on mobile, reposition branch menu
16861686
if (isMobile) {
16871687

1688-
moveElToEl(branchMenu, sidebarBranch, 13);
1688+
onNextFrame(() => {
1689+
moveElToEl(branchMenu, sidebarBranch, 13);
1690+
});
16891691

16901692
}
16911693

0 commit comments

Comments
 (0)