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(() => {
|
this.getThumbnails().then(() => {
|
||||||
|
if (!this.enabled) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// Render DOM elements
|
// Render DOM elements
|
||||||
this.render();
|
this.render();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user