You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is getting fixed as part of the "recent blocks" work.
The current code expects the blocks to be in the order they were registered in, and this doesn't happen with recent blocks. The fix I'm working on with filter the blocks into a visibleBlocks list when a tab is changed or a search happens, and this list will be used for navigation.
The text was updated successfully, but these errors were encountered:
This is getting fixed as part of the "recent blocks" work.
The current code expects the blocks to be in the order they were registered in, and this doesn't happen with recent blocks. The fix I'm working on with filter the blocks into a visibleBlocks list when a tab is changed or a search happens, and this list will be used for navigation.
The text was updated successfully, but these errors were encountered: