-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix issues related to reodering facets
- the `facetOrders` state variable is now a flat list of numbers. Each number is the index of the facet in the reference.facetColumns list. The flow-control and other parts of the code will use this new order list. - Make sure the open status is properly stored and honored (including the initial scroll logic that we have. the code was still scrolling to the first facet regardless of whether it was opened or not).
- Loading branch information
Showing
3 changed files
with
154 additions
and
119 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
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
Oops, something went wrong.