Skip to content

Commit 232b160

Browse files
committed
Merge branch '3.5.x'
2 parents 1f12851 + 8a47e84 commit 232b160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/elsa/fit-elsa-react/src/components/base/jadeNodeDrawer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export const jadeNodeDrawer = (shape, div, x, y) => {
262262
* @override
263263
*/
264264
self.drawDynamic = (context, x, y) => {
265-
self.marquees.forEach(wd => {
265+
(self.marquees || []).forEach(wd => {
266266
if (wd.loaded) {
267267
wd.draw(context, x, y, shape)
268268
} else {

0 commit comments

Comments
 (0)