Skip Navigation

[Bug] Text-to-image assumes the iframe will be in the page by the time it completes generating

This line errors, if the iframe has been removed when there's a message received about it (completion I guess?):

464:   document.querySelector(`iframe.${privateIframeId}`).contentWindow.postMessage({type:"originNotify", frameId:privateIframeId}, serverOrigin);
0
0 comments