Skip to content

Commit

Permalink
fix: parse int scroll offset for resolve text shake close #20 (#24)
Browse files Browse the repository at this point in the history
* fix: parse int scroll offset for resolve text shake close #20

* fix: parseint x and y

* fix: replace chinese comment
  • Loading branch information
lijinke666 authored Mar 17, 2021
1 parent be8b31c commit dea0d3f
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 122 deletions.
2 changes: 1 addition & 1 deletion packages/s2-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dist": "webpack --config webpack.config.js --mode production",
"cpx:svg": "cpx \"src/**/*.svg\" lib; cpx \"src/**/*.svg\" esm",
"cpx:less": "cpx \"src/**/*.less\" lib; cpx \"src/**/*.less\" esm",
"test-live": "DEBUG_MODE=1 jest __tests__/spreadsheet/spread-sheet-spec.tsx",
"test-live": "DEBUG_MODE=1 jest __tests__/spreadsheet/spread-sheet-spec.tsx --watch",
"start": "webpack --config webpack-dev.config.js --mode development --progress"
},
"commitlint": {
Expand Down
Loading

0 comments on commit dea0d3f

Please sign in to comment.