aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd')
-rw-r--r--FrontEnd/src/components/dialog/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/FrontEnd/src/components/dialog/index.tsx b/FrontEnd/src/components/dialog/index.tsx
index 17db8fd0..7b24fc57 100644
--- a/FrontEnd/src/components/dialog/index.tsx
+++ b/FrontEnd/src/components/dialog/index.tsx
@@ -51,7 +51,8 @@ export function useDialog<D extends string>(
dialogs.map((d) => [
d,
{
- key: `${d}-${dialogKeys[d]}`,
+ // TODO: Fix the animation problem, maybe we have to use a better way to re-enable this.
+ //key: `${d}-${dialogKeys[d]}`,
open: dialog === d,
onClose: () => {
switchDialog(null);