Skip to content

Commit 1c97adc

Browse files
authored
fix: animate exit on unsubscribe (#2600)
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 84f49d9 commit 1c97adc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/renderer/components/notifications/NotificationRow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export const NotificationRow: FC<NotificationRowProps> = ({
6262
};
6363

6464
const actionUnsubscribeFromThread = () => {
65+
setShouldAnimateNotificationExit(shouldAnimateExit);
6566
unsubscribeNotification(notification);
6667
};
6768

0 commit comments

Comments
 (0)