mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
chore(views/help): reintroduce help button
This commit is contained in:
parent
557bfbd1d6
commit
1b1f1957c3
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user