diff --git a/.pnpm-store/v11/index.db b/.pnpm-store/v11/index.db
new file mode 100644
index 000000000000..7babead3f031
Binary files /dev/null and b/.pnpm-store/v11/index.db differ
diff --git a/apps/web/src/components/ComposerCitationNode.tsx b/apps/web/src/components/ComposerCitationNode.tsx
index 2c8f02586688..4611eb7a8c54 100644
--- a/apps/web/src/components/ComposerCitationNode.tsx
+++ b/apps/web/src/components/ComposerCitationNode.tsx
@@ -100,6 +100,7 @@ function ComposerCitationDecorator(props: { citation: AssistantCitation; nodeKey
);
return accepted;
};
+ /** Cancelling a comment on a just-created citation removes the chip the cite action added. */
const onRemove = () => {
if (!editor.isEditable()) return;
editor.update(
@@ -114,7 +115,6 @@ function ComposerCitationDecorator(props: { citation: AssistantCitation; nodeKey
);
editor.getRootElement()?.focus({ preventScroll: true });
};
-
return (
{metadata.headBranch}
+
+ {metadata.baseBranch}
+ + {openOriginalLink + ? "This image could not be loaded." + : "Image unavailable. The file may have been moved or deleted."} +
+ {openOriginalLink} +- {openOriginalLink - ? "This image could not be loaded." - : "Image unavailable. The file may have been moved or deleted."} -
- {openOriginalLink} -
+ {element.selector || `<${element.tagName}>`}
+
+ {sourceLabel ? (
+ {sourceLabel}
+ ) : null}
+
+ {element.htmlPreview.trim()}
+
+ ) : null}
+
+ {record.selector || `<${record.tagName}>`}
+
+ {sourceLabel ? (
+ {sourceLabel}
+ ) : null}
+
+ {record.htmlPreview.trim()}
+
+ ) : null}
+ {record.styles?.trim() ? (
+
+ {record.styles.trim()}
+
+ ) : null}
+
+ {text}
+
+
+ {comment.diff.trim()}
+
+ ) : null}
+