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

Commit

Permalink
fix: reset tooltip after resending
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed May 13, 2022
1 parent 056f87c commit 4e07efb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ export class EmailIdentityAuthEntry extends
title={_t("Resent!")}
alignment={Alignment.TopCenter}
tooltipClassName="mx_Tooltip_noMargin"
onHideTooltip={() => this.setState({ requested: false })}
onClick={async () => {
this.setState({ requesting: true });
try {
Expand Down

0 comments on commit 4e07efb

Please sign in to comment.