mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
cleanup
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
"@babel/preset-react": "^7.22.15",
|
"@babel/preset-react": "^7.22.15",
|
||||||
"@babel/preset-typescript": "^7.23.0",
|
"@babel/preset-typescript": "^7.23.0",
|
||||||
"@formatjs/intl-durationformat": "^0.6.1",
|
"@formatjs/intl-durationformat": "^0.6.1",
|
||||||
|
"@formatjs/intl-segmenter": "^11.7.3",
|
||||||
"@livekit/components-core": "^0.11.0",
|
"@livekit/components-core": "^0.11.0",
|
||||||
"@livekit/components-react": "^2.0.0",
|
"@livekit/components-react": "^2.0.0",
|
||||||
"@opentelemetry/api": "^1.4.0",
|
"@opentelemetry/api": "^1.4.0",
|
||||||
@@ -116,8 +117,5 @@
|
|||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"strip-ansi": "6.0.1"
|
"strip-ansi": "6.0.1"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@formatjs/intl-segmenter": "^11.7.3"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -259,7 +259,6 @@ export function ReactionToggleButton({
|
|||||||
);
|
);
|
||||||
setErrorText(undefined);
|
setErrorText(undefined);
|
||||||
setShowReactionsMenu(false);
|
setShowReactionsMenu(false);
|
||||||
// Do NOT close the menu after this.
|
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
setErrorText(ex instanceof Error ? ex.message : "Unknown error");
|
setErrorText(ex instanceof Error ? ex.message : "Unknown error");
|
||||||
logger.error("Failed to send reaction", ex);
|
logger.error("Failed to send reaction", ex);
|
||||||
|
|||||||
Reference in New Issue
Block a user