chore(views/help): reintroduce help button

This commit is contained in:
Elian Doran 2025-07-06 22:11:03 +03:00
parent 557bfbd1d6
commit 1b1f1957c3
No known key found for this signature in database

View File

@ -17,7 +17,6 @@ export const byNoteType: Record<Exclude<NoteType, "book">, string | null> = {
contentWidget: null, contentWidget: null,
doc: null, doc: null,
file: null, file: null,
geoMap: "81SGnPGMk7Xc",
image: null, image: null,
launcher: null, launcher: null,
mermaid: null, mermaid: null,
@ -35,7 +34,8 @@ export const byBookType: Record<ViewTypeOptions, string | null> = {
list: null, list: null,
grid: null, grid: null,
calendar: "xWbu3jpNWapp", calendar: "xWbu3jpNWapp",
table: "2FvYrpmOXm29" table: "2FvYrpmOXm29",
geoMap: "81SGnPGMk7Xc"
}; };
export default class ContextualHelpButton extends NoteContextAwareWidget { export default class ContextualHelpButton extends NoteContextAwareWidget {