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

Commit 6fcc318

Browse files
committed
fix: reset tooltip after resending
1 parent d61e38f commit 6fcc318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/auth/InteractiveAuthEntryComponents.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ export class EmailIdentityAuthEntry extends
493493
title={_t("Resent!")}
494494
alignment={Alignment.TopCenter}
495495
tooltipClassName="mx_Tooltip_noMargin"
496+
onHideTooltip={() => this.setState({ requested: false })}
496497
onClick={async () => {
497498
this.setState({ requesting: true });
498499
try {

0 commit comments

Comments
 (0)