aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/EditorAreaDecorations.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/EditorAreaDecorations.tsx')
-rw-r--r--subprojects/frontend/src/editor/EditorAreaDecorations.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/subprojects/frontend/src/editor/EditorAreaDecorations.tsx b/subprojects/frontend/src/editor/EditorAreaDecorations.tsx
index f33bf25f..e00cc290 100644
--- a/subprojects/frontend/src/editor/EditorAreaDecorations.tsx
+++ b/subprojects/frontend/src/editor/EditorAreaDecorations.tsx
@@ -43,7 +43,6 @@ function animateSize(
43 [direction]: opacity * SHADOW_SIZE, 43 [direction]: opacity * SHADOW_SIZE,
44 transition: theme.transitions.create(direction, { 44 transition: theme.transitions.create(direction, {
45 duration: theme.transitions.duration.shortest, 45 duration: theme.transitions.duration.shortest,
46 easing: theme.transitions.easing.sharp,
47 }), 46 }),
48 }; 47 };
49} 48}