refactor: 💡 refactor serval event names

refactore serval event names to follow the current usage in repo
This commit is contained in:
Jin
2025-03-03 23:15:58 +01:00
parent a9d8d7d3c5
commit c9c18146f4
5 changed files with 5 additions and 8 deletions

View File

@@ -303,9 +303,6 @@ type EventMappings = {
setNoteContext: {
noteContext: NoteContext;
};
noteTypeMimeChangedEvent: {
noteId: string;
};
reEvaluateHighlightsListWidgetVisibility: {
noteId: string | undefined;
};
@@ -333,7 +330,7 @@ type EventMappings = {
noteDetailRefreshed: {
ntxId?: string | null;
};
noteContextReorderEvent: {
noteContextReorder: {
oldMainNtxId: string;
newMainNtxId: string;
ntxIdsInOrder: string[];