fix: made flowos-docs build

This commit is contained in:
ThinLiquid 2024-01-23 01:01:45 +00:00
parent a377319bd1
commit aff12d0ee1
No known key found for this signature in database
GPG key ID: 17538DC3DF6A7387

View file

@ -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) {