fixed html inline and slideshow frontend

This commit is contained in:
Elmar Kresse
2023-01-31 12:37:55 +01:00
parent c6657ede34
commit efbff89fa6
11 changed files with 772 additions and 207 deletions

View File

@ -126,7 +126,7 @@ class MultipleUploader {
for (const [ index, file] of Object.entries( this.#$imagesUploadInput.files ))
{
if ( index != deletedIndex )
if ( index !== deletedIndex )
dt.items.add( file )
}