From cab3d2416516a8363c183e96bc3ad6b0e8369ea4 Mon Sep 17 00:00:00 2001 From: yulei Date: Mon, 19 Aug 2024 14:58:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8D=E5=86=8D=E6=94=B9=E5=8F=98?= =?UTF-8?q?=E6=95=B4=E8=A1=8C=E6=8C=AA=E5=88=B0=E4=B8=8B=E4=B8=80=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E8=A1=A8=E6=A0=BC=E8=A1=8Cid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/editor/core/draw/Draw.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/editor/core/draw/Draw.ts b/src/editor/core/draw/Draw.ts index 2e604bf..2215167 100644 --- a/src/editor/core/draw/Draw.ts +++ b/src/editor/core/draw/Draw.ts @@ -1634,7 +1634,6 @@ export class Draw { newTr.minHeight! ) } else { - newTr.id = getUUID() // 记录被挪到下一页的行的原始高度 newTr.pagingOriginHeight = newTr.height }