From 3bd943f0b64d0af6ce4b1ceeb0216b013e5afd8e Mon Sep 17 00:00:00 2001 From: Justin Toupin <justin@atendesigngroup.com> Date: Tue, 26 Jan 2021 19:12:40 -0700 Subject: [PATCH] wip - simple fix --- src/LayoutParagraphsLayout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LayoutParagraphsLayout.php b/src/LayoutParagraphsLayout.php index 1ddcb759..ccc6ba61 100644 --- a/src/LayoutParagraphsLayout.php +++ b/src/LayoutParagraphsLayout.php @@ -93,7 +93,7 @@ class LayoutParagraphsLayout implements LayoutParagraphsComponentGroupInterface foreach ($this->entity->{$this->fieldName} as $key => $item) { if ($item->entity->uuid() == $paragraph->uuid()) { $match = $key; - continue; + break; } } -- GitLab