mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02:00
Merge branch 'main' into main
This commit is contained in:
commit
f188408099
@ -77,7 +77,7 @@ function DirectoryLink({ directory, style }: { directory: string, style?: CSSPro
|
||||
openService.openDirectory(directory);
|
||||
};
|
||||
|
||||
return <a className="tn-link" href="#" onClick={onClick} style={style}></a>
|
||||
return <a className="tn-link" href="#" onClick={onClick} style={style}>{directory}</a>
|
||||
} else {
|
||||
return <span style={style}>{directory}</span>;
|
||||
}
|
||||
|
@ -98,7 +98,6 @@ function AddLinkDialogComponent() {
|
||||
}
|
||||
|
||||
const autocompleteRef = useRef<HTMLInputElement>(null);
|
||||
console.log("Add link ", linkType, hasSelection);
|
||||
|
||||
return (
|
||||
<Modal
|
||||
|
Loading…
x
Reference in New Issue
Block a user