forked from mwageringel/everest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix an issue in which level 1 does not immediately unlock
This happened when the cursor is moved back to level 0 before navigating to the subpage of level 1. The selector for rebuilding questions was too restrictive, so that the level 1 questions would never rebuild (and thus not become visible) in this case. A workaround for this problem in 1.1.2 is to solve level 0 again, or to change the theme or reset the progress.
- Loading branch information
1 parent
135adbd
commit 9f026a5
Showing
2 changed files
with
13 additions
and
3 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