We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cbccc commit 9e02e77Copy full SHA for 9e02e77
1 file changed
src/components/ContextOverlay/ContextOverlay.tsx
@@ -67,6 +67,7 @@ export const ContextOverlay = ({
67
};
68
69
if (waitForClick) {
70
+ ev.stopImmediatePropagation();
71
replacePlaceholder();
72
return;
73
}
0 commit comments