Skip to content

Commit

Permalink
fullscreen compositor demo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zubnix committed Aug 16, 2024
1 parent 5b5cce3 commit bdc18a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
52 changes: 0 additions & 52 deletions examples/compositor/fullscreen/src/fullscreen-compositor.ts

This file was deleted.

2 changes: 1 addition & 1 deletion examples/compositor/fullscreen/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function main() {
appContext.onNameChanged = (name) => {
window.document.title = name
}
window.document.title = appContext.name
window.document.title = appContext.name ?? ""
}

window.onload = () => {
Expand Down

0 comments on commit bdc18a4

Please sign in to comment.