Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit c95cec1

Browse files
committed
Merge pull request #2905 from jbalsas/fix-2255
Trigger scroll on project files container to reposition scroller shadows (#2255)
2 parents 4c42b81 + ba22095 commit c95cec1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/project/SidebarView.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ define(function (require, exports, module) {
6666

6767
$projectTitle.html(displayName);
6868
$projectTitle.attr("title", fullPath);
69+
70+
// Trigger a scroll on the project files container to
71+
// reposition the scroller shadows and avoid issue #2255
72+
$projectFilesContainer.trigger("scroll");
6973
}
7074

7175
/**

0 commit comments

Comments
 (0)