fix element.src to element.link

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

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);
}