mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-03 07:10:26 +00:00
cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user