minor fix to handle_files()

pull/137/head
Aevann 2023-03-09 07:28:22 +02:00
parent 9f66e33061
commit e5fb424bd3
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ function handle_files(input, newfiles) {
return
}
if (!span.innerHTML) span.innerHTML = ' '
if (!span.textContent) span.textContent = ' '
if (ta.value && !ta.value.endsWith('\n')) {
ta.value += '\n'