From 7bb18bf73cf8b5f7743c4f0d3057b882ee6873b6 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sun, 8 Mar 2020 00:27:58 -0500 Subject: Add icons for private message actions. Fixes #582 --- ui/src/components/inbox.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/src/components/inbox.tsx') diff --git a/ui/src/components/inbox.tsx b/ui/src/components/inbox.tsx index 8ced73f0..afd9bf95 100644 --- a/ui/src/components/inbox.tsx +++ b/ui/src/components/inbox.tsx @@ -369,6 +369,7 @@ export class Inbox extends Component { this.sendUnreadCount(); window.scrollTo(0, 0); this.setState(this.state); + setupTippy(); } else if (res.op == UserOperation.MarkAllAsRead) { this.state.replies = []; this.state.mentions = []; -- cgit v1.2.3