chore: prevent changing themes on changing dims
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
967b005cb2
commit
9daf23b484
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ export function World() {
|
|||
pillText.remove();
|
||||
});
|
||||
};
|
||||
}, [resolvedTheme, dimensions]);
|
||||
}, [resolvedTheme]);
|
||||
|
||||
return (
|
||||
// TODO: ask Shubh why does my name spawn at the top and then shift down
|
||||
|
|
|
|||
Loading…
Reference in a new issue