mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-03 11:05:05 -05:00
Selecting a board selects the image, and then we were selecting it again afterwards. So we programmatically select the newly generated image twice. This can cause a race condition if the user changes image selection between when the two programmatic image selection actions. Their selection will be quickly overridden by the second programmatic selection action.