forked from Botanical/BotanJS
Reset the candidate cycle when advancing levels
This commit is contained in:
parent
ab0add94d2
commit
33b1d18836
@ -386,6 +386,7 @@
|
|||||||
|
|
||||||
if( 1 < ModLevels.length )
|
if( 1 < ModLevels.length )
|
||||||
{
|
{
|
||||||
|
CandidateCycle = -1;
|
||||||
stage( Candidates );
|
stage( Candidates );
|
||||||
title( true );
|
title( true );
|
||||||
stage()[0].value = "`";
|
stage()[0].value = "`";
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
/** @type {Astro.Blog.AstroEdit.Draft} */
|
/** @type {Astro.Blog.AstroEdit.Draft} */
|
||||||
var Draft = __import( "Astro.Blog.AstroEdit.Draft" );
|
var Draft = __import( "Astro.Blog.AstroEdit.Draft" );
|
||||||
/** @type {Astro.Blog.AstroEdit.Flag} */
|
/** @type {Astro.Blog.AstroEdit.Flag} */
|
||||||
var Flag = __import( "Astro.Blog.AstroEdit.Flag" );
|
var Flag = __import( "Astro.Blog.AstroEdit.Flag" );
|
||||||
/** @type {Astro.Blog.AstroEdit.Visualizer} */
|
/** @type {Astro.Blog.AstroEdit.Visualizer} */
|
||||||
var Visualizer = __import( "Astro.Blog.AstroEdit.Visualizer" );
|
var Visualizer = __import( "Astro.Blog.AstroEdit.Visualizer" );
|
||||||
/** @type {Astro.Blog.AstroEdit.Uploader} */
|
/** @type {Astro.Blog.AstroEdit.Uploader} */
|
||||||
|
Loading…
Reference in New Issue
Block a user