diff --git a/src/Plugin/Field/FieldWidget/ParagraphsWidget.php b/src/Plugin/Field/FieldWidget/ParagraphsWidget.php index d4076a8..671a5e7 100644 --- a/src/Plugin/Field/FieldWidget/ParagraphsWidget.php +++ b/src/Plugin/Field/FieldWidget/ParagraphsWidget.php @@ -508,7 +508,7 @@ class ParagraphsWidget extends WidgetBase { 'callback' => [get_class($this), 'itemAjax'], 'wrapper' => $widget_state['ajax_wrapper_id'], ], - '#access' => $paragraphs_entity->access('update'), + '#access' => $paragraphs_entity->access('update') && !$this->isTranslating, ]; if ($item_mode != 'remove') {