mirror of
https://github.com/docmost/docmost.git
synced 2026-08-28 09:17:06 +08:00
Merge branch 'main' into feat/bases
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user