This commit is contained in:
Half-Shot
2024-11-08 16:10:17 +00:00
parent 689f94b7e5
commit a6d1edbc7d
2 changed files with 1 additions and 4 deletions

View File

@@ -259,7 +259,6 @@ export function ReactionToggleButton({
);
setErrorText(undefined);
setShowReactionsMenu(false);
// Do NOT close the menu after this.
} catch (ex) {
setErrorText(ex instanceof Error ? ex.message : "Unknown error");
logger.error("Failed to send reaction", ex);