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
This commit is contained in:
Zuul 2019-04-10 21:55:23 +00:00 committed by Gerrit Code Review
parent 37950e1b41
commit d16c567aa1
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 4b6ca7642c50db82153496cdcb249f81d22393c7
Subproject commit 559752f32dc1813790f547abb7dd471b1d2ac343