load html pages from service worker

This commit is contained in:
Dmitry Vasilev
2022-11-28 23:12:55 +08:00
parent 59674fac79
commit 840c2eb6d9
5 changed files with 43 additions and 32 deletions

View File

@@ -227,7 +227,7 @@ export class UI {
state.html_file == f
? { value: f, selected: true }
: { value: f},
f == '' ? 'abount:blank' : f
f == '' ? 'about:blank' : f
)
)
),