Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
WIP: workaround for thread bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Oct 12, 2022
1 parent 5c98b27 commit 2f19e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/structures/ThreadPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ const ThreadPanel: React.FC<IProps> = ({

useEffect(() => {
if (timelineSet && !Thread.hasServerSideSupport) {
timelineSet.resetLiveTimeline();
timelinePanel.current.refreshTimeline();
}
}, [timelineSet, timelinePanel]);
Expand Down

0 comments on commit 2f19e06

Please sign in to comment.