mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
[feature-107] open playlist details from download modal + use new proto format for maps details cache
This commit is contained in:
@@ -10,10 +10,13 @@ type Props = {
|
||||
};
|
||||
|
||||
export function BsmLink({ className, href, children, style, internal }: Props) {
|
||||
|
||||
|
||||
const linkOpener = useService(LinkOpenerService);
|
||||
|
||||
const openLink = () => {
|
||||
|
||||
console.log("Opening link", href, internal);
|
||||
|
||||
if (!href) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user