mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): disable onlyRenderVisibleElements
on Flow
This can cause stuttering when nodes are being moved in and out of the viewport. I think it's better to improve rendering/perf in other ways.
This commit is contained in:
parent
539887b215
commit
8d2ef5afc3
@ -283,7 +283,6 @@ export const Flow = memo(() => {
|
||||
onPaneClick={handlePaneClick}
|
||||
deleteKeyCode={DELETE_KEYS}
|
||||
selectionMode={selectionMode}
|
||||
onlyRenderVisibleElements
|
||||
>
|
||||
<Background />
|
||||
</ReactFlow>
|
||||
|
Loading…
Reference in New Issue
Block a user