Keep reaction poppers visible at all times
This commit is contained in:
parent
f11c366f53
commit
70d059beeb
12 changed files with 94 additions and 14 deletions
|
@ -376,7 +376,13 @@ const actions = () => ({
|
|||
unblurAvatar: action('unblurAvatar'),
|
||||
});
|
||||
|
||||
const renderItem = (id: string) => (
|
||||
const renderItem = (
|
||||
id: string,
|
||||
_conversationId: unknown,
|
||||
_onHeightChange: unknown,
|
||||
_actionProps: unknown,
|
||||
containerElementRef: React.RefObject<HTMLElement>
|
||||
) => (
|
||||
<TimelineItem
|
||||
id=""
|
||||
isSelected={false}
|
||||
|
@ -384,6 +390,7 @@ const renderItem = (id: string) => (
|
|||
item={items[id]}
|
||||
i18n={i18n}
|
||||
interactionMode="keyboard"
|
||||
containerElementRef={containerElementRef}
|
||||
conversationId=""
|
||||
renderContact={() => '*ContactName*'}
|
||||
renderUniversalTimerNotification={() => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue