We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ed7ca commit 8dcf664Copy full SHA for 8dcf664
1 file changed
apps/roam/src/utils/getExportTypes.ts
@@ -364,6 +364,7 @@ const getExportTypes = ({
364
}))
365
)
366
.filter(({ text }) => {
367
+ if (!text) return false;
368
if (matchedTexts.has(text)) return false;
369
const isMatch = matchDiscourseNode({ title: text, ...n });
370
if (isMatch) matchedTexts.add(text);
0 commit comments