mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): disable awkward resize animation for <Flow />
This commit is contained in:
@@ -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,
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user