mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-18 20:49:36 +01:00
mobile: finalize note linking
This commit is contained in:
committed by
Abdullah Atta
parent
ef6c4bb6fb
commit
09f37ae872
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user