chore(react/note_title): focus content on enter

This commit is contained in:
Elian Doran
2025-08-21 13:00:05 +03:00
parent 945e180a6f
commit 8a543d4513
3 changed files with 12 additions and 6 deletions

View File

@@ -271,7 +271,8 @@ export function useNoteContext() {
ntxId: noteContext?.ntxId,
viewScope: noteContext?.viewScope,
componentId: parentComponent.componentId,
noteContext: noteContext
noteContext,
parentComponent
};
}