From 3eae11cde3bc3706a8c1af1fbee061e400518c0e Mon Sep 17 00:00:00 2001 From: shinework Date: Tue, 20 Dec 2022 13:43:01 +0100 Subject: [PATCH] fix: form submit --- src/components/projects/PomptWizardPopover.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/projects/PomptWizardPopover.tsx b/src/components/projects/PomptWizardPopover.tsx index 39e0fbd..b1d760d 100644 --- a/src/components/projects/PomptWizardPopover.tsx +++ b/src/components/projects/PomptWizardPopover.tsx @@ -63,6 +63,7 @@ const PomptWizardPopover = () => { { e.preventDefault(); + e.stopPropagation(); if (keyword) { createPrompt(keyword);