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
Currently if you engage zoom out view, the top-level blocks you can select are no longer available within List View. I'd expect that selectable blocks would be available in List View, even when zoomed out.
I found that similarly, the Header and Footer blocks also disappear from the List View if you add a new pattern while zoomed out.
This seems to be because getEnabledClientIdsTreeUnmemoized checks for blocks whose blockEditingMode is disabled and if so then doesn't include in the clientIds passed to List View.
We can't make an exception here so we need to decide if locking template parts is the correct choice in Zoom Out.
Currently if you engage zoom out view, the top-level blocks you can select are no longer available within List View. I'd expect that selectable blocks would be available in List View, even when zoomed out.
CleanShot.2024-08-05.at.10.11.39.mp4
Related: #63870.
The text was updated successfully, but these errors were encountered: