don't set ready in effect

This commit is contained in:
Evan Simkowitz 2024-08-22 19:26:22 -07:00
parent 43138f754c
commit 7c03a58b1b
No known key found for this signature in database

View File

@ -96,7 +96,6 @@ function TileLayoutComponent({ tabAtom, contents, getCursorPoint }: TileLayoutPr
// `animate` will be disabled until after the transforms have all applied the first time.
const [animate, setAnimate] = useState(false);
useEffect(() => {
setReady(false);
setTimeout(() => {
setAnimate(true);
setReady(true);