fix(text): classic toolbar sometimes not showing

This commit is contained in:
Elian Doran
2025-11-22 11:21:51 +02:00
parent 664d28f105
commit c76f368fa0
3 changed files with 18 additions and 32 deletions

View File

@@ -445,6 +445,7 @@ type EventMappings = {
error: string;
};
searchRefreshed: { ntxId?: string | null };
textEditorRefreshed: { ntxId?: string | null, editor: CKTextEditor };
hoistedNoteChanged: {
noteId: string;
ntxId: string | null;