Description
In the UI, when pressing C (delete all bookmarks), the confirmation dialog appears and works as expected. After confirming, the window closes, but the bookmarks are not actually removed.
Steps to reproduce
Open the marksman.nvim UI.
Press C to trigger “Delete all bookmarks.”
Confirm the deletion when prompted.
Observe that bookmarks remain unchanged after the confirmation.
Expected behavior:
All bookmarks should be removed after confirming the deletion, and the UI should update to reflect
Likely related to recent changes in how UI state and bookmark store are synced after destructive actions. #10