diff --git a/meta_configurator/src/components/panels/gui-editor/PropertyMetadata.vue b/meta_configurator/src/components/panels/gui-editor/PropertyMetadata.vue index 7c5c85f6..fe7878a3 100644 --- a/meta_configurator/src/components/panels/gui-editor/PropertyMetadata.vue +++ b/meta_configurator/src/components/panels/gui-editor/PropertyMetadata.vue @@ -156,7 +156,7 @@ function focusOnPropertyLabel(): void { @focus="focusEditingLabel()" @keydown.stop @blur="updatePropertyName" - @keyup.enter="updatePropertyName" + @keydown.enter.prevent="updatePropertyName" class="scroll-my-60 snap-start" :class="{ 'text-indigo-700': canZoomIn(),