From 2f4531ff49f32d739cd85e57b015c80964b35a2f Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 13 Dec 2021 23:42:47 -0800 Subject: [PATCH] fix: History sidebar behavior (more leftover bugs from TS conversion) --- app/components/EventListItem.tsx | 1 + app/components/List/Item.tsx | 1 + app/stores/RevisionsStore.ts | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/components/EventListItem.tsx b/app/components/EventListItem.tsx index e8bd8d8ff..f6d9cd877 100644 --- a/app/components/EventListItem.tsx +++ b/app/components/EventListItem.tsx @@ -86,6 +86,7 @@ const EventListItem = ({ event, latest, document }: Props) => { return ( { - actions = [RPCAction.List]; + actions = [RPCAction.List, RPCAction.Info]; constructor(rootStore: RootStore) { super(rootStore, Revision);