rich editor

This commit is contained in:
2026-05-14 23:10:07 +03:00
parent f99aadee83
commit d1c896acf4
5 changed files with 36 additions and 47 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export function htmlurl(channel, file, preset) {
} else if (file.mime === "image/svg+xml") {
html = `<img src="${url}" alt="${file.path}"/>`;
} else {
html = `<a href="${url}">${file.originalName}</a>`;
html = `<a href="${url}">${file.filename}</a>`;
}
return html;