diff --git a/packages/editor-ui/src/components/ParameterInput.vue b/packages/editor-ui/src/components/ParameterInput.vue index 6ebe6fc591..e4019f0253 100644 --- a/packages/editor-ui/src/components/ParameterInput.vue +++ b/packages/editor-ui/src/components/ParameterInput.vue @@ -113,7 +113,6 @@ :loading="remoteParameterOptionsLoading" :disabled="isReadOnly || remoteParameterOptionsLoading" :title="displayTitle" - :popper-append-to-body="true" @change="valueChanged" @keydown.stop @focus="setFocus"