Skip to content

Commit

Permalink
style: delete note code
Browse files Browse the repository at this point in the history
  • Loading branch information
1587315093 committed Jul 13, 2023
1 parent 2c70c89 commit 47f64be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/picker-view/wheel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ export const Wheel = memo<Props>(
})
) => {
const {
direction: [, direction], // 方向
distance: [, distance], // 距离
velocity: [, velocity], // 速度
offset: [, offset], // 与原点得距离
direction: [, direction],
distance: [, distance],
velocity: [, velocity],
offset: [, offset],
last,
} = state
return {
Expand Down

0 comments on commit 47f64be

Please sign in to comment.