Skip to content

Commit

Permalink
fix: made flowos-docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThinLiquid committed Jan 23, 2024
1 parent a377319 commit aff12d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/apps/Browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const BrowserApp: Process = {
(win.content.querySelector('.toggle') as HTMLElement).innerHTML = 'toggle_off'
}
(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
}
if (this === tabManager.activeTab) {
Expand Down

0 comments on commit aff12d0

Please sign in to comment.