Bug fix producer

This commit is contained in:
2025-12-17 12:49:37 +01:00
parent 866cd4e2c3
commit e62958a584
2 changed files with 7 additions and 11 deletions

View File

@@ -801,7 +801,7 @@ class IdmHotspot{
markupProducer(prod){
if(!this.options.showProducer) return producerMarkup;
if(!this.options.showProducer) return "";
const isImgIncluded = typeof this.options.showProducer === "string" && this.options.showProducer?.includes("img");
const isLinkIncluded = typeof this.options.showProducer === "string" && this.options.showProducer?.includes("link");