Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 835d53d

Browse files
committed
update
1 parent 85e69ee commit 835d53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/CanvasBack/index.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export default function CanvasBack(props: Props): JSX.Element {
140140
const step_row = height / (row - 2);
141141
const step_col = width / (col - 2);
142142

143-
data.current.dots.forEach(function (item,index) {
143+
data.current.dots.forEach(function (item) {
144144
if (item.dx) {
145145
// 增
146146
if (item.sx < step_col / 3) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /