mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 22:24:26 +02:00
Resolves #993 -- warn on before unloading
This commit is contained in:
parent
d9fe304038
commit
be58befe52
5 changed files with 26 additions and 2 deletions
|
@ -32,7 +32,8 @@ module.exports = {
|
|||
* solve the level, not ask for solution
|
||||
* or solve it again.
|
||||
*/
|
||||
SOLVE_LEVEL: null
|
||||
SOLVE_LEVEL: null,
|
||||
SET_IS_SOLVING_LEVEL: null,
|
||||
}),
|
||||
|
||||
PayloadSources: keyMirror({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue