Skip to content

Commit

Permalink
hide debug stats on appear
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikoloff committed Dec 19, 2024
1 parent cfda9dc commit 453f906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/debug/timings-debug/DebugStatsContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export default class DebugStatsContainer {
constructor() {
this.$root = document.createElement('div')
this.$root.id = 'timings-debug-container'
// this.$root.classList.add('fadable', 'hidden')
this.$root.classList.add('fadable')
this.$root.classList.add('fadable', 'hidden')
// this.$root.classList.add('fadable')
document.body.appendChild(this.$root)

for (const debugTimeType of AllDebugStatTypes) {
Expand Down

0 comments on commit 453f906

Please sign in to comment.