Skip to content

Commit

Permalink
hide spinner on load
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck committed Oct 22, 2024
1 parent 0e85043 commit 3ae1240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/spinner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ class Spinner extends Container {
constructor(args = {}) {
args = {
...args,
id: 'spinner-container'
id: 'spinner-container',
hidden: true
};

super(args);
Expand Down

0 comments on commit 3ae1240

Please sign in to comment.