Skip to content

Commit

Permalink
Fix: MessageTooltip created in position from previous render [web] (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
def-au1t committed Jul 17, 2023
1 parent 4d90d75 commit 32f72d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/utils/tooltip-action-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ function useMessageTooltip({
setTooltipMessagePosition(messagePosition);

const tooltipResult = createTooltip({
tooltipMessagePosition,
tooltipMessagePosition: messagePosition,
tooltipSize,
availablePositions,
containsInlineEngagement,
Expand Down Expand Up @@ -437,7 +437,6 @@ function useMessageTooltip({
renderTooltip,
threadInfo,
tooltipActions,
tooltipMessagePosition,
tooltipSize,
],
);
Expand Down

0 comments on commit 32f72d9

Please sign in to comment.