From d16c567aa1f9be7beda8d0afbfbfad90b968a177 Mon Sep 17 00:00:00 2001 From: Zuul Date: Wed, 10 Apr 2019 21:55:23 +0000 Subject: [PATCH] Update git submodules * Update storyboard-webclient from branch 'master' - Merge "Remember scroll offset of lanes when refreshing board view" - Remember scroll offset of lanes when refreshing board view When the board object in the board detail view is reloaded (which is quite a regular occurrence to help prevent stale data being used), the scroll position of lanes is lost. This is a minor inconvenience for small boards with only a few cards and a short distance to scroll, but is frustrating for large boards with many cards per lane, since it can be hard to find the old scroll location. The issue is compounded by long load times of large boards making it seem like the lane scrollbars reset with no apparent reason. This commit solves this issue by adding support to remember the scroll position of each lane when updating the board object, and re-scrolling the newly rendered lanes to the correct position. Change-Id: I75a6703b2f43bed8cdc4643f6a103f95e1fa61ae --- storyboard-webclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storyboard-webclient b/storyboard-webclient index 4b6ca7642c..559752f32d 160000 --- a/storyboard-webclient +++ b/storyboard-webclient @@ -1 +1 @@ -Subproject commit 4b6ca7642c50db82153496cdcb249f81d22393c7 +Subproject commit 559752f32dc1813790f547abb7dd471b1d2ac343