Persistent List View: Handle multi-selected blocks #29469
Labels
[Feature] List View
Menu item in the top toolbar to select blocks from a list of links.
[Feature] Site Editor
Related to the overarching Site Editor (formerly "full site editing")
[Status] In Progress
Tracking issues with work in progress
[Type] Enhancement
A suggestion for improvement.
This issue is about the Persistent List View experiment (#28637), currently only available in the Site Editor.
The List View only highlights the selected item if a single block is selected.
This happens because the
BlockNavigation
component usesgetSelectedBlockClientId
(singular), whereas multiselection relies ongetSelectedBlockClientIds
(plural), which returns an array of all selected blocks, whether it's just one or many.The text was updated successfully, but these errors were encountered: