Skip to content

Commit 2b0f289

Browse files
committed
Update filebrowser.js
1 parent bac981a commit 2b0f289

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
@@ -1848,7 +1848,9 @@ sidebarBranch.addEventListener('click', () => {
18481848
if (branchMenu.classList.contains('visible')) {
18491849

18501850
// move branch menu to icon
1851-
moveElToEl(branchMenu, sidebarBranch, 13);
1851+
onNextFrame(() => {
1852+
moveElToEl(branchMenu, sidebarBranch, 13);
1853+
});
18521854

18531855
branchMenu.classList.add('top-margin');
18541856

0 commit comments

Comments
 (0)