fix: made flowos-docs build
This commit is contained in:
parent
a377319bd1
commit
aff12d0ee1
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ const BrowserApp: Process = {
|
||||||
(win.content.querySelector('.toggle') as HTMLElement).innerHTML = 'toggle_off'
|
(win.content.querySelector('.toggle') as HTMLElement).innerHTML = 'toggle_off'
|
||||||
}
|
}
|
||||||
(this.header.querySelector('.title') as HTMLElement).innerText = 'Tab'
|
(this.header.querySelector('.title') as HTMLElement).innerText = 'Tab'
|
||||||
this.iframe.src = (win.content.querySelector('input')?.value)
|
this.iframe.src = (win.content.querySelector('input')?.value as string)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (this === tabManager.activeTab) {
|
if (this === tabManager.activeTab) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue