@gendive/chatllm 0.6.7 → 0.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/react/index.js
CHANGED
|
@@ -2203,7 +2203,7 @@ var ImageWithCopyButton = ({ src, alt, imageKey }) => {
|
|
|
2203
2203
|
src,
|
|
2204
2204
|
alt,
|
|
2205
2205
|
className: "chatllm-image",
|
|
2206
|
-
crossOrigin: "anonymous",
|
|
2206
|
+
crossOrigin: src.startsWith("data:") ? void 0 : "anonymous",
|
|
2207
2207
|
style: {
|
|
2208
2208
|
maxWidth: "100%",
|
|
2209
2209
|
borderRadius: "8px",
|