diff --git a/app/src/protyle/util/onGet.ts b/app/src/protyle/util/onGet.ts index c7a668381..fa00eeb99 100644 --- a/app/src/protyle/util/onGet.ts +++ b/app/src/protyle/util/onGet.ts @@ -464,7 +464,7 @@ const focusElementById = (protyle: IProtyle, action: string[], scrollAttr?: IScr } }); } - if (!focusElement && protyle.block.id === protyle.block.rootID) { + if (!focusElement && protyle.block.id === protyle.block.rootID && protyle.title?.editElement) { focusElement = protyle.title.editElement; } if (protyle.block.mode === 4) {