mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +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);
|
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 {
|
} else {
|
||||||
return <span style={style}>{directory}</span>;
|
return <span style={style}>{directory}</span>;
|
||||||
}
|
}
|
||||||
|
@ -98,7 +98,6 @@ function AddLinkDialogComponent() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const autocompleteRef = useRef<HTMLInputElement>(null);
|
const autocompleteRef = useRef<HTMLInputElement>(null);
|
||||||
console.log("Add link ", linkType, hasSelection);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal
|
<Modal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user