fixed element.src to element.link

This commit is contained in:
zsviczian
2023-11-26 19:57:04 +01:00
committed by GitHub
parent febeb787b5
commit bd519aff08

View File

@@ -145,7 +145,7 @@ const run = async () => {
<h3>${error}</h3>
</body></html>`);
new Notice (error);
ea.getElement(id).src = errorDataURL;
ea.getElement(id).link = errorDataURL;
ea.addElementsToView(false,true);
}