θΏ™ζ˜―indexlocζδΎ›ηš„ζœεŠ‘οΌŒδΈθ¦θΎ“ε…₯任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const ThoughtChainComponent = forwardRef(
<div className="flex-1 overflow-hidden">
{!isExpanded && !autoExpand ? (
<span
className="text-xs text-theme-text-secondary font-mono inline-block w-full"
className="text-theme-text-secondary font-mono inline-block w-full"
dangerouslySetInnerHTML={{
__html: DOMPurify.sanitize(
truncate(tagStrippedContent, THOUGHT_PREVIEW_LENGTH)
Expand All @@ -93,7 +93,7 @@ export const ThoughtChainComponent = forwardRef(
/>
) : (
<span
className="text-xs text-theme-text-secondary font-mono inline-block w-full"
className="text-theme-text-secondary font-mono inline-block w-full"
dangerouslySetInnerHTML={{
__html: DOMPurify.sanitize(
renderMarkdown(tagStrippedContent)
Expand Down