Three dots menu is not working properly when notification moves between tabs #231
-
For example, we have two tabs for read and unread notifications
The three dots menu on the notification from unread tab can not be opened. The notification will be moved to read tab on the click on the dots menu instead of opening dots menu |
Beta Was this translation helpful? Give feedback.
Answered by
smeijer
Feb 19, 2025
Replies: 1 comment 2 replies
-
Hi Ruslan, Can you please share a reproduction? The tabs and dots menu seem to be working in our playground: https://playground.magicbell.com/react-inbox-tabs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks. I've confirmed the issue. The issue applies to tabs that are filtered on
read: false
. Clicking the notification anywhere, and that currently includes the dots menu, causes the notification to be marked as read, and thus causing it to move away from that tab as it no longer matches the filter.I have a fix ready that I'll merge and publish later this week. Please keep track of it here: magicbell/magicbell-js#468