port toc widget button

This commit is contained in:
Jin
2025-02-26 00:53:15 +01:00
parent 8b2788fa8c
commit d28dfc2b64
5 changed files with 67 additions and 54 deletions

View File

@@ -312,6 +312,9 @@ type EventMappings = {
showHighlightsListWidget: {
noteId: string;
};
showTocWidget: {
noteId: string;
};
showSearchError: {
error: string;
};
@@ -350,9 +353,6 @@ type EventMappings = {
refreshNoteList: {
noteId: string;
};
showToc: {
noteId: string;
};
noteTypeMimeChanged: { noteId: string };
zenModeChanged: { isEnabled: boolean };
};