fix tiptap version conflicts

This commit is contained in:
Philipinho
2026-02-11 22:47:25 -08:00
parent 25f4b8c2b4
commit 49ab9875ba
3 changed files with 109 additions and 87 deletions
@@ -160,7 +160,7 @@ export function TitleEditor({
// guard against Cannot access view['hasFocus'] error
if (!titleEditor?.isInitialized) return;
titleEditor?.commands?.focus("end");
}, 500);
}, 300);
}, [titleEditor]);
useEffect(() => {