mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 03:54:54 +08:00
Fix server rendered title tag. Closes #2251
This commit is contained in:
@ -18,7 +18,7 @@ export const TitleNotifier: FC = () => {
|
||||
|
||||
const onBlur = () => {
|
||||
backgrounded = true;
|
||||
defaultTitle = document.title;
|
||||
defaultTitle = window.document.title;
|
||||
};
|
||||
|
||||
const onFocus = () => {
|
||||
|
||||
Reference in New Issue
Block a user