Skip to content

Commit

Permalink
* dtable: change default speed of auto scrolling.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Jul 29, 2024
1 parent bb2633c commit c53cb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dtable/src/plugins/autoscroll/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const autoscrollPlugin: DTablePlugin<DTableAutoscrollTypes, [DTableMousemoveType
startScrollToMouse(options) {
const setting = {
interval: 60,
speed: 0.2,
speed: 0.5,
delay: 200,
maxStep: this.options.rowHeight,
onlyInside: false,
Expand Down

0 comments on commit c53cb62

Please sign in to comment.