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 initial height check #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Dec 11, 2015

  1. Fix initial height check

    The initial height check truncated text if the original
    height was greater than or equal to the max allowable height,
    where it should only truncate if the original height is
    strictly greater than the max allowable height.
    
    This change makes the initial check consistent with the
    exit condition check, which checks if the current height
    is less than or equal to the max allowable height.
    Zoe Snape committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    a7f9a2d View commit details
    Browse the repository at this point in the history