mobile: finalize note linking

This commit is contained in:
Ammar Ahmed
2024-01-24 18:58:14 +05:00
committed by Abdullah Atta
parent ef6c4bb6fb
commit 09f37ae872
26 changed files with 6551 additions and 46846 deletions

View File

@@ -271,8 +271,8 @@ export function useEditorController({
case "native:status":
break;
case "native:keyboardShown":
if (editor?.current) {
scrollIntoView(editor?.current as any);
if (editor) {
scrollIntoView(editor as any);
}
break;
case "native:attachment-data":