mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04: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:
committed by
Kent Keirsey
parent
539887b215
commit
8d2ef5afc3
@@ -283,7 +283,6 @@ export const Flow = memo(() => {
|
||||
onPaneClick={handlePaneClick}
|
||||
deleteKeyCode={DELETE_KEYS}
|
||||
selectionMode={selectionMode}
|
||||
onlyRenderVisibleElements
|
||||
>
|
||||
<Background />
|
||||
</ReactFlow>
|
||||
|
||||
Reference in New Issue
Block a user