Bug: Focus Reset creates a blank space on the next set of previews when using a lock group.
Closed this issue · 1 comments
sathya-pramodh commented
Video
2024-09-15.02-24-11.mp4
Expected behaviour
Focused Preview is locked and the next set of previews are the same amount as defined by the config.
KingContaria commented
This happens because SeedQueueWallScreen#blockedMainPositions
is cleared when focus reset is pressed, but the locked preview is only moved to the locked group at the start of the next frame in updatePreviews
.