We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c245e0d commit 77bb71eCopy full SHA for 77bb71e
1 file changed
src/course-outline/card-header/CardHeader.tsx
@@ -185,6 +185,7 @@ const CardHeader = ({
185
// Avoid passing propagation to the `SortableItem` in the card,
186
// which executes a `preventDefault`. If propagation is not prevented,
187
// spaces cannot be added to names.
188
+ /* istanbul ignore next */
189
e.stopPropagation();
190
}
191
}}
0 commit comments