Skip to content

Commit

Permalink
Update src/ThreeEditor/components/Editor/EditorAppBar/components/Edit…
Browse files Browse the repository at this point in the history
…orTitlebar.tsx
  • Loading branch information
grzanka authored Mar 7, 2024
1 parent b537861 commit 3f0f955
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export function EditorTitleBar() {
const [editMode, setEditMode] = useState(false);
const [title, setTitle] = useState<string>(yaptideEditor?.config.getKey('project/title'));
const titleRef = useRef(title);
// useDocumentTitle(titleRef.current);

const startSave = useCallback(() => {
setSaving(true);
Expand Down

0 comments on commit 3f0f955

Please sign in to comment.