Patch: Continue not working
This commit is contained in:
parent
eabb06d90f
commit
801609d5e7
1 changed files with 4 additions and 2 deletions
|
@ -109,6 +109,8 @@
|
||||||
if (await localStorage.ContainKeyAsync("Normalized_chunk_001.json"))
|
if (await localStorage.ContainKeyAsync("Normalized_chunk_001.json"))
|
||||||
isSavedLocally = true;
|
isSavedLocally = true;
|
||||||
|
|
||||||
|
continueDataExists = await localStorage.ContainKeyAsync("ContinueData");
|
||||||
|
|
||||||
SelectedChunk();
|
SelectedChunk();
|
||||||
StateHasChanged();
|
StateHasChanged();
|
||||||
}
|
}
|
||||||
|
@ -205,7 +207,7 @@
|
||||||
{
|
{
|
||||||
if (firstRender)
|
if (firstRender)
|
||||||
{
|
{
|
||||||
continueDataExists = await localStorage.ContainKeyAsync("ContinueData");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (continueDataExists)
|
if (continueDataExists)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue