fix: 🐛

This commit is contained in:
codytseng
2025-10-10 09:24:19 +08:00
parent c9723de863
commit 95061ec443

View File

@@ -88,7 +88,7 @@ export default function Content({
typeof lastNormalUrlNode?.data === 'string' ? lastNormalUrlNode.data : undefined
return { nodes, allImages, emojiInfos, lastNormalUrl }
}, [event])
}, [event, translatedEvent, content])
if (!nodes || nodes.length === 0) {
return null