From 0062fc08917e9ee70148105fe5134e9f4dcf9aba Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sat, 4 Dec 2021 13:44:47 +0100 Subject: fix: add org-attach-id-dir support (#153) --- components/Sidebar/index.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components/Sidebar/index.tsx') diff --git a/components/Sidebar/index.tsx b/components/Sidebar/index.tsx index c23d938..66728fd 100644 --- a/components/Sidebar/index.tsx +++ b/components/Sidebar/index.tsx @@ -50,6 +50,7 @@ export interface SidebarProps { tagColors: TagColors setTagColors: any macros?: { [key: string]: string } + attachDir: string } const Sidebar = (props: SidebarProps) => { @@ -77,6 +78,7 @@ const Sidebar = (props: SidebarProps) => { tagColors, setTagColors, macros, + attachDir, } = props const { highlightColor } = useContext(ThemeContext) @@ -228,6 +230,7 @@ const Sidebar = (props: SidebarProps) => { setOutline, collapse, macros, + attachDir, }} /> -- cgit v1.2.3