Aevann 2024-03-09 08:12:33 +02:00
parent 4eb56c860b
commit 885604c655
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ function markdown(t) {
input = marked(input)
input = input.replaceAll('▔', '_')
if (oldfiles[t.id]) {
if (oldfiles[t.id] && oldfiles[t.id].files.length) {
const files = oldfiles[t.id].files
let counter = 0
for (const file of files) {