Skip to content

Commit 532b824

Browse files
Update support on Status page.
1 parent 83b872c commit 532b824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/KristofferStrube.Blazor.FileAPI.WasmExample/Pages

samples/KristofferStrube.Blazor.FileAPI.WasmExample/Pages/Status.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
StateHasChanged();
2424
}
2525

26-
private (int start, int end)[] supportedRows = new (int start, int end)[] { (0, 39), (47, 64), (77, 77), (90, 94) };
26+
private (int start, int end)[] supportedRows = new (int start, int end)[] { (0, 39), (47, 77), (90, 94) };
2727

2828
private const string webIDL = @"[Exposed=(Window,Worker), Serializable]
2929
interface Blob {

0 commit comments

Comments
 (0)