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 logic bugs related to e1e9427 #1398

Merged
merged 1 commit into from
Oct 27, 2017

Commits on Oct 27, 2017

  1. Fix logic bugs related to e1e9427

    This commit adds a fallback when attempting to merge events that
    collide on a hash but do not actually merge. Previously, the latter
    event would be dropped.
    
    This also fixes a minor UX problem where moving the isNull check into
    the merging loop resulted in extra events in the undo queue that
    served no purpose and required multiple undo operations without visual
    feedback.
    
    Fixes google#1373
    ewpatton committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    383254e View commit details
    Browse the repository at this point in the history