We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f52a1 commit e0d4e27Copy full SHA for e0d4e27
src/utils/withparent.ts
@@ -6,4 +6,4 @@ export function withParent(n: HTMLElement | null, fn: (n: HTMLElement) => boolea
6
if (p == null) return null;
7
}
8
return p;
9
-}
+}
0 commit comments