- Issue created by @nx2611
Here is the patched that I used to make it work. It adds a line to also hide those elements.
When using the `layout-builder-block-link`, an additional wrapper element is added, causing empty `div.layout-builder-browser-block-item` elements to remain visible after filtering by block name in the search function. In our project, these elements display as visible boxes, which stands out clearly on the interface. This issue is noticeable in browser view (see attached image).
1. Update to the latest version.
2. Add a new block.
3. Use the search field to filter blocks by name.
4. In Inspector, inspect to verify that `layout-builder-browser-block-item` elements are not hidden.
Update the JavaScript to ensure these elements are hidden as well.
Active
1.7
Code
Here is the patched that I used to make it work. It adds a line to also hide those elements.