Patch: Continue not working

This commit is contained in:
BOT Alex 2023-08-24 23:28:30 +02:00
parent eabb06d90f
commit 801609d5e7

View file

@ -101,7 +101,7 @@
SetEasyMode();
}
}
protected async override Task OnInitializedAsync()
@ -109,6 +109,8 @@
if (await localStorage.ContainKeyAsync("Normalized_chunk_001.json"))
isSavedLocally = true;
continueDataExists = await localStorage.ContainKeyAsync("ContinueData");
SelectedChunk();
StateHasChanged();
}
@ -205,7 +207,7 @@
{
if (firstRender)
{
continueDataExists = await localStorage.ContainKeyAsync("ContinueData");
}
if (continueDataExists)