mirror of
https://github.com/laurent22/joplin.git
synced 2026-02-12 01:59:29 -06:00
Desktop: Regression: Sidebar toggle button did not work anymore
This commit is contained in:
@@ -54,7 +54,7 @@ function ExpandIcon(props:any) {
|
||||
|
||||
function ExpandLink(props:any) {
|
||||
return props.hasChildren ? (
|
||||
<StyledExpandLink href="#" data-folder-id={props.folderId} onClick={props.onFolderToggleClick_}>
|
||||
<StyledExpandLink href="#" data-folder-id={props.folderId} onClick={props.onClick}>
|
||||
<ExpandIcon themeId={props.themeId} isVisible={true} isExpanded={props.isExpanded}/>
|
||||
</StyledExpandLink>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user