You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Desktop: Regression: Fixed adding a new sub-notebook to a notebook
This commit is contained in:
@@ -287,7 +287,7 @@ class SideBarComponent extends React.Component {
|
||||
|
||||
if (itemType === BaseModel.TYPE_FOLDER && !item.encryption_applied) {
|
||||
menu.append(
|
||||
new MenuItem(CommandService.instance().commandToMenuItem('newNotebook', null, itemId)),
|
||||
new MenuItem(CommandService.instance().commandToMenuItem('newNotebook', null, { parentId: itemId })),
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user