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