chore(react/type_widget): finalize read-only text

This commit is contained in:
Elian Doran
2025-09-21 20:50:26 +03:00
parent 2947682783
commit 5d833c1ac4
4 changed files with 20 additions and 26 deletions

View File

@@ -44,7 +44,8 @@ export default function NoteDetail() {
note: note!,
viewScope,
ntxId,
parentComponent
parentComponent,
noteContext
};
useEffect(() => setCorrespondingWidget(getCorrespondingWidget(type, props)), [ note, viewScope, type ]);