mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
handleSelect only ran setIsOpen(false) on the success path. When the rewind action failed, the catch block swallowed the error but the menu stayed open, blocking subsequent interactions with the page. Close in finally so success and error both dismiss the menu.