Fix for thumbnails in demo for audio
This commit is contained in:
parent
d9d2c4a219
commit
ac6e3dba5a
@ -101,6 +101,10 @@ class PreviewThumbnails {
|
||||
}
|
||||
|
||||
this.getThumbnails().then(() => {
|
||||
if (!this.enabled) {
|
||||
return;
|
||||
}
|
||||
|
||||
// Render DOM elements
|
||||
this.render();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user