From 11111bb49889feb1b00e6814d9d81e3e23409d7c Mon Sep 17 00:00:00 2001 From: Huynh Tan Date: Thu, 30 Jun 2022 15:52:03 +0700 Subject: Read useInheritance from emacs config --- components/Sidebar/Note.tsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'components/Sidebar/Note.tsx') diff --git a/components/Sidebar/Note.tsx b/components/Sidebar/Note.tsx index 2b76994..638b43a 100644 --- a/components/Sidebar/Note.tsx +++ b/components/Sidebar/Note.tsx @@ -22,6 +22,7 @@ export interface NoteProps { collapse: boolean macros?: { [key: string]: string } attachDir: string + useInheritance: boolean } export const Note = (props: NoteProps) => { @@ -39,6 +40,7 @@ export const Note = (props: NoteProps) => { collapse, macros, attachDir, + useInheritance, } = props const extraStyle = outline ? outlineNoteStyle : viewerNoteStyle @@ -74,6 +76,7 @@ export const Note = (props: NoteProps) => { linksByNodeId, macros, attachDir, + useInheritance, }} /> { openContextMenu, outline, attachDir, + useInheritance, }} macros={macros || {}} /> -- cgit v1.2.3