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

Commit ba22095

Browse files
committed
Trigger scroll after updating title to reposition scroller shadows
1 parent 40a6275 commit ba22095

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)