Skip to content

Commit

Permalink
fix: close drawer on book download remove
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Mar 17, 2024
1 parent dba9f63 commit b6084ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/src/books/drawer/BookActionsDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ export const BookActionsDrawer = memo(() => {
!isLocal && (
<ListItemButton
onClick={() => {
handleClose()
bookId && removeDownloadFile(bookId)
}}
>
Expand Down

0 comments on commit b6084ba

Please sign in to comment.