We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c100442 commit a01e512Copy full SHA for a01e512
src/lib/components/common/RichTextInput/Image/image.ts
@@ -139,7 +139,7 @@ export const Image = Node.create<ImageOptions>({
139
if (file) {
140
img.setAttribute('src', file.url || '');
141
} else {
142
- img.setAttribute('src', '/no-image.png');
+ img.setAttribute('src', '/image-placeholder.png');
143
}
144
145
img.setAttribute('src', node.attrs.src || '');
@@ -155,7 +155,7 @@ export const Image = Node.create<ImageOptions>({
155
156
157
158
159
160
161
});
static/image-placeholder.png
90.8 KB
static/no-image.png
-171 KB
0 commit comments