add missing element for reconnecting

This commit is contained in:
2023-11-25 11:13:30 +01:00
parent 01a278eda2
commit d3b5a34e5f
4 changed files with 4 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ createApp( {
};
source.onopen = () => {
this.isReconnecting = false;
this.hasLoaded = true;
if ( document.fonts.status === 'loaded' ) {
document.getElementById( 'loading' ).classList.remove( 'loading' );