diff --git a/app/components/EditRecipe.vue b/app/components/EditRecipe.vue index accef551..9805e44d 100644 --- a/app/components/EditRecipe.vue +++ b/app/components/EditRecipe.vue @@ -155,7 +155,7 @@ col="2" :text="`${recipe.ingredients[i].unit}` | L" editable="false" - @focus="showUnits(1, i)" + @focus="!modalOpen && showUnits(1, i)" @tap="showUnits(0, i)" /> { + this.modalOpen = 0; if (action == "aNBtn") { this.$showModal(Prompt, { props: {