From d8b4e7b269595c57a87280596ea5d18620a6e7f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=9C=E7=8C=AB=E5=AD=90neko?= <815743831@qq.com> Date: Fri, 3 Dec 2021 15:48:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9C=A8=E5=8F=AA?= =?UTF-8?q?=E6=9C=89=E4=B8=80=E5=88=97=E7=9A=84=E5=90=88=E5=B9=B6=E5=8D=95?= =?UTF-8?q?=E5=85=83=E6=A0=BC=E5=86=85=E5=90=91=E5=B7=A6=E6=8F=92=E5=85=A5?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/global/extend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global/extend.js b/src/global/extend.js index 163c04a..4338539 100644 --- a/src/global/extend.js +++ b/src/global/extend.js @@ -83,7 +83,7 @@ function luckysheetextendtable(type, index, value, direction, sheetIndex) { if(index < c){ merge_new[r + "_" + (c + value)] = { "r": r, "c": c + value, "rs": rs, "cs": cs }; } - else if(index == c){ + else if(index == c && cs != 1){ if(direction == "lefttop"){ merge_new[r + "_" + (c + value)] = { "r": r, "c": c + value, "rs": rs, "cs": cs }; }