mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 08:34:49 +08:00
Remove calculations for numbers on cell duplicating [SCI-9958] (#7052)
This commit is contained in:
parent
6184d0caa8
commit
a556706130
1 changed files with 2 additions and 2 deletions
|
@ -219,7 +219,7 @@
|
||||||
iterators: iterators
|
iterators: iterators
|
||||||
}
|
}
|
||||||
|
|
||||||
} else { // other value
|
} /* else { // other value
|
||||||
|
|
||||||
// increment or decrement values for more than 2 selected cells
|
// increment or decrement values for more than 2 selected cells
|
||||||
if (rlength >= 2 || clength >= 2) {
|
if (rlength >= 2 || clength >= 2) {
|
||||||
|
@ -281,7 +281,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
} */
|
||||||
|
|
||||||
return {
|
return {
|
||||||
value: value,
|
value: value,
|
||||||
|
|
Loading…
Add table
Reference in a new issue