Skip to content

Commit

Permalink
chore: tweak minDanmakuCount InputNumber props.step
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Jan 4, 2025
1 parent fa4ef03 commit 0030514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ModalSettings/tab-panes/pane-filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function TabPaneFilter() {
className='w-130px'
size='small'
min={1}
step={1000}
step={100}
value={minDanmakuCount.value}
onChange={(val) => !isNil(val) && (settings.filter.minDanmakuCount.value = val)}
disabled={!enabled || !minDanmakuCount.enabled}
Expand Down

0 comments on commit 0030514

Please sign in to comment.