-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* This change fixes a cypress test that failed. The problem was that …
…in GraphContentModel I made the `binDetails` method an action because I thought it was a convenient place to not only compute a new binWidth, but call `setBinWidth`. But this was a bad idea since it ended up appending a new, not undoable item to the history, covering up the action that was still unwinding. So we back out of that change and reinstate `binDetails` as a view, not an action.
- Loading branch information
Showing
1 changed file
with
29 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters