Skip to content

Commit f5d7fe3

Browse files
committed
chore: cleanup
1 parent 835a27c commit f5d7fe3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/app/src/pages/session/composer/session-todo-dock.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ export function SessionTodoDock(props: {
138138
"--tool-motion-mask-height": `${props.countMaskHeight ?? 0}px`,
139139
"--tool-motion-spring-ms": `${props.countWidthDuration ?? 560}ms`,
140140
opacity: `${Math.max(0, Math.min(1, 1 - shut()))}`,
141-
filter: `blur(${Math.max(0, Math.min(1, shut())) * 2}px)`,
142141
}}
143142
>
144143
<AnimatedNumber value={done()} />
@@ -196,7 +195,6 @@ export function SessionTodoDock(props: {
196195
style={{
197196
visibility: off() ? "hidden" : "visible",
198197
opacity: `${Math.max(0, Math.min(1, 1 - hide()))}`,
199-
filter: `blur(${Math.max(0, Math.min(1, hide())) * 2}px)`,
200198
}}
201199
>
202200
<TodoList todos={props.todos} open={!store.collapsed} />

0 commit comments

Comments
 (0)