mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): disable awkward resize animation for <Flow />
This commit is contained in:
parent
70b8c3dfea
commit
f7c92e1eff
@ -46,7 +46,6 @@ const NodeEditor = () => {
|
||||
<AnimatePresence>
|
||||
{isReady && (
|
||||
<motion.div
|
||||
layoutId="node-editor-flow"
|
||||
initial={{
|
||||
opacity: 0,
|
||||
}}
|
||||
@ -67,7 +66,6 @@ const NodeEditor = () => {
|
||||
<AnimatePresence>
|
||||
{!isReady && (
|
||||
<motion.div
|
||||
layoutId="node-editor-loading"
|
||||
initial={{
|
||||
opacity: 0,
|
||||
}}
|
||||
|
Loading…
Reference in New Issue
Block a user