diff --git a/excalidraw-app/App.tsx b/excalidraw-app/App.tsx index 932743ddf..b972e6e5b 100644 --- a/excalidraw-app/App.tsx +++ b/excalidraw-app/App.tsx @@ -20,7 +20,6 @@ import { APP_NAME, EVENT, THEME, - TITLE_TIMEOUT, VERSION_TIMEOUT, debounce, getVersion, @@ -499,11 +498,6 @@ const ExcalidrawWrapper = () => { } }; - const titleTimeout = setTimeout( - () => (document.title = APP_NAME), - TITLE_TIMEOUT, - ); - const syncData = debounce(() => { if (isTestEnv()) { return; @@ -594,7 +588,6 @@ const ExcalidrawWrapper = () => { visibilityChange, false, ); - clearTimeout(titleTimeout); }; }, [isCollabDisabled, collabAPI, excalidrawAPI, setLangCode]); diff --git a/excalidraw-app/index.html b/excalidraw-app/index.html index 7eac3e39a..1c29d7220 100644 --- a/excalidraw-app/index.html +++ b/excalidraw-app/index.html @@ -2,9 +2,7 @@ - - Free, collaborative whiteboard • Hand-drawn look & feel | Excalidraw - + Excalidraw Whiteboard