You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you'll get a nice WordPress logo animation when loading the preview screen and the text "Generating preview…" underneath it.
Meanwhile, the document title is just "Untitled".
This could also be improved to communicate to the user what's going on. Otherwise you have no idea what that "Untitled" tab is when you have lots of tabs open.
The easiest way is to just set this.previewWindow.document.title = __( 'Generating preview…' );
The text was updated successfully, but these errors were encountered:
Right now you'll get a nice WordPress logo animation when loading the preview screen and the text "Generating preview…" underneath it.
Meanwhile, the document title is just "Untitled".
This could also be improved to communicate to the user what's going on. Otherwise you have no idea what that "Untitled" tab is when you have lots of tabs open.
The easiest way is to just set
this.previewWindow.document.title = __( 'Generating preview…' );
The text was updated successfully, but these errors were encountered: