Skip to content

Commit 657bc9b

Browse files
committed
fix(ui): drop duplicate timer effect after merge
1 parent 59155ee commit 657bc9b

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

packages/ui/src/components/busy-wave.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
display: inline-block;
33
vertical-align: middle;
44
flex-shrink: 0;
5-
transform-origin: center bottom;
6-
opacity: 0;
75
}

packages/ui/src/components/busy-wave.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ export function BusyWave(props: {
115115
start()
116116
})
117117

118-
createEffect(() => {
119-
if (paused()) stop()
120-
else start()
121-
})
122-
123118
createEffect(() => {
124119
const f = frame()
125120
for (let i = 0; i < SEGMENTS; i++) {

0 commit comments

Comments
 (0)