mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 23:29:55 +01:00
fix(text): classic toolbar sometimes not showing
This commit is contained in:
@@ -445,6 +445,7 @@ type EventMappings = {
|
||||
error: string;
|
||||
};
|
||||
searchRefreshed: { ntxId?: string | null };
|
||||
textEditorRefreshed: { ntxId?: string | null, editor: CKTextEditor };
|
||||
hoistedNoteChanged: {
|
||||
noteId: string;
|
||||
ntxId: string | null;
|
||||
|
||||
Reference in New Issue
Block a user