mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
port toc widget button
This commit is contained in:
@@ -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 };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user