fix(client): note title not working for in-app help

This commit is contained in:
Elian Doran 2025-09-17 08:50:23 +03:00
parent fbd47025d6
commit 57004ab848
No known key found for this signature in database

View File

@ -34,7 +34,7 @@ export default function NoteTitleWidget() {
if (isReadOnly) {
noteContext?.getNavigationTitle().then(setNavigationTitle);
}
}, [isReadOnly]);
}, [noteContext, isReadOnly]);
// Save changes to title.
const spacedUpdate = useSpacedUpdate(async () => {