|
|
@ -337,7 +337,7 @@ function _dealWithLeft(tleft, fleft) { |
|
|
|
newstr = ""; |
|
|
|
newstr = ""; |
|
|
|
let n = res.length - 1 - combo; |
|
|
|
let n = res.length - 1 - combo; |
|
|
|
for (; n >= 0; n = n - combo) { |
|
|
|
for (; n >= 0; n = n - combo) { |
|
|
|
newstr = `${res.substring(n, combo)},${newstr}`; |
|
|
|
newstr = `${res.substring(n, n + combo)},${newstr}`; |
|
|
|
} |
|
|
|
} |
|
|
|
const lres = res.substring(0, n + combo); |
|
|
|
const lres = res.substring(0, n + combo); |
|
|
|
if (!isEmpty(lres)) { |
|
|
|
if (!isEmpty(lres)) { |
|
|
|