From 0842c5ce64f8ac795921102cc32201bc64a93024 Mon Sep 17 00:00:00 2001 From: RonnyChan96 Date: Thu, 24 Apr 2025 15:09:33 +0800 Subject: [PATCH] =?UTF-8?q?[elsa]=20=E4=BF=AE=E5=A4=8D=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E4=B8=AD=E8=8A=82=E7=82=B9=E7=9A=84=E8=84=8F?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=90=8E=EF=BC=8C=E9=87=8D=E6=96=B0=E6=89=93?= =?UTF-8?q?=E5=BC=80=E5=BA=94=E7=94=A8=E6=97=B6=EF=BC=8C=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E5=B0=9A=E6=9C=AA=E6=B8=B2=E6=9F=93=E6=97=B6=EF=BC=8CdrawAnima?= =?UTF-8?q?tion=E8=B0=83=E7=94=A8=E5=AF=BC=E8=87=B4=E7=9A=84=E7=A9=BA?= =?UTF-8?q?=E6=8C=87=E9=92=88=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../elsa/fit-elsa-react/src/components/base/jadeNodeDrawer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/elsa/fit-elsa-react/src/components/base/jadeNodeDrawer.jsx b/framework/elsa/fit-elsa-react/src/components/base/jadeNodeDrawer.jsx index 752505825..2ef4b6e3b 100644 --- a/framework/elsa/fit-elsa-react/src/components/base/jadeNodeDrawer.jsx +++ b/framework/elsa/fit-elsa-react/src/components/base/jadeNodeDrawer.jsx @@ -262,7 +262,7 @@ export const jadeNodeDrawer = (shape, div, x, y) => { * @override */ self.drawDynamic = (context, x, y) => { - self.marquees.forEach(wd => { + (self.marquees || []).forEach(wd => { if (wd.loaded) { wd.draw(context, x, y, shape) } else {