Merge branch 'main' into feat/bases

This commit is contained in:
Philipinho
2026-06-20 23:17:57 +01:00
15 changed files with 49 additions and 20 deletions
@@ -468,7 +468,9 @@ export default function PageEditor({
)}
</div>
<div
onClick={() => editor.commands.focus("end")}
onClick={() => {
if (editor && !editor.isDestroyed) editor.commands.focus("end");
}}
style={{ paddingBottom: "20vh" }}
></div>
</div>