Skip to content

Commit

Permalink
[quickreply] fix settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowsink committed Sep 10, 2024
1 parent 2ab9611 commit cd8bc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/quickreply/settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default () => (
<SwitchItem
disabled={!store.scroll}
value={store.scrollSmooth}
onChange={(v) => (store.scroll = v)}
onChange={(v) => (store.scrollSmooth = v)}
>
Scroll smoothly
</SwitchItem>
Expand Down

0 comments on commit cd8bc38

Please sign in to comment.