mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
don't set ready in effect
This commit is contained in:
parent
43138f754c
commit
7c03a58b1b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user