Skip to content

Commit

Permalink
Merge pull request #48 from CJY0208/develop
Browse files Browse the repository at this point in the history
multiple 最小作用值限制为 1
  • Loading branch information
CJY0208 authored Oct 22, 2019
2 parents 497c321 + ceca4dc commit 0b38506
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/cacheRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@
}

if (isNumber(multiple)) {
multiple = clamp(multiple);
multiple = clamp(multiple, 1);
}

return (
Expand Down
Loading

0 comments on commit 0b38506

Please sign in to comment.