mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
web: rerender subnotebooks on root notebook change
This commit is contained in:
@@ -164,6 +164,7 @@ function Notebook(props: NotebookProps) {
|
||||
maxSize={isCollapsed ? 30 : Infinity}
|
||||
>
|
||||
<SubNotebooks
|
||||
key={rootId}
|
||||
notebookId={notebookId}
|
||||
isCollapsed={isCollapsed}
|
||||
rootId={rootId}
|
||||
|
||||
Reference in New Issue
Block a user