fixed html inline and slideshow frontend
This commit is contained in:
@ -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 )
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user