Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix scroll fitting #180

Merged
merged 2 commits into from
Apr 2, 2019
Merged

Fix scroll fitting #180

merged 2 commits into from
Apr 2, 2019

Commits on Mar 30, 2019

  1. Prevent an unexpected layout update

    The KVO for `safeAreaInset` can be invoked even when new and old values
    are the same value so that the surface of a floating panel sometimes
    jumps in dragging by an unexpected layout update called from a
    `safeAreaInset` update.
    scenee committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    0616aec View commit details
    Browse the repository at this point in the history
  2. Fix scroll fitting

    This is to prevent a surface frame jump on scroll fitting. In fact,
    a scroll offset range for fitting should be -10..<0.
    scenee committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    b886a0d View commit details
    Browse the repository at this point in the history