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

Update _Base.js #320

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update _Base.js #320

wants to merge 2 commits into from

Commits on Jan 14, 2015

  1. Update _Base.js

    In the scenario where the selection has changed directions rows are not getting unmarked.  This change fixes the issue by unmarking these rows.  The forceDeselect flag allows us to only execute this code in the scenario where the direction has changed.  This will resolve issue oria#312.
    blueleader07 committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    c8fd064 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2015

  1. Update _Base.js

    We found a performance issue with the solution I originally proposed.  This updated solution does not have the performance issue.
    blueleader07 committed May 27, 2015
    Configuration menu
    Copy the full SHA
    01d0b4e View commit details
    Browse the repository at this point in the history