We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f49d9 commit 1c97adcCopy full SHA for 1c97adc
1 file changed
src/renderer/components/notifications/NotificationRow.tsx
@@ -62,6 +62,7 @@ export const NotificationRow: FC<NotificationRowProps> = ({
62
};
63
64
const actionUnsubscribeFromThread = () => {
65
+ setShouldAnimateNotificationExit(shouldAnimateExit);
66
unsubscribeNotification(notification);
67
68
0 commit comments