mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 09:13:05 +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
|
||||
}
|
||||
|
||||
} else { // other value
|
||||
} /* else { // other value
|
||||
|
||||
// increment or decrement values for more than 2 selected cells
|
||||
if (rlength >= 2 || clength >= 2) {
|
||||
|
@ -281,7 +281,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
} */
|
||||
|
||||
return {
|
||||
value: value,
|
||||
|
|
Loading…
Reference in a new issue