diff --git a/app/javascript/template_builder/area.vue b/app/javascript/template_builder/area.vue index 8ca14aba..e15bf2f8 100644 --- a/app/javascript/template_builder/area.vue +++ b/app/javascript/template_builder/area.vue @@ -726,6 +726,10 @@ export default { return } + if (this.inputMode && (this.isValueInput || this.isCheckboxInput || this.isSelectInput)) { + return + } + document.activeElement?.blur() e.preventDefault()