We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0b4c5 commit 3eae11cCopy full SHA for 3eae11c
src/components/projects/PomptWizardPopover.tsx
@@ -63,6 +63,7 @@ const PomptWizardPopover = () => {
63
<ModalContent
64
onSubmit={(e) => {
65
e.preventDefault();
66
+ e.stopPropagation();
67
68
if (keyword) {
69
createPrompt(keyword);
0 commit comments