### What? This PR fixes an issue where after closing the `BlocksDrawer` component after performing a search, stale `Blocks` were shown the next time it was open. ### Why? To properly show all blocks when the `BlocksDrawer` is open after being closed with a filtered search. ### How? The `BlocksDrawer` was simply checking the existence of the `isModalOpen` function instead of calling it as expected. Fixes #10843 Before: https://github.com/user-attachments/assets/5f41012d-ca84-41b4-9861-d5e0cb2579f6 After: [Editing---Block-Field-after--Payload.webm](https://github.com/user-attachments/assets/4bd1ab11-f9a0-438f-a2e6-2ff0aba3e53d) --------- Co-authored-by: Patrik Kozak <patrik@payloadcms.com>