fix: Hook into markdown-generated anchors to avoid e.g breaking the desktop app
This commit is contained in:
1
interface.d.ts
vendored
1
interface.d.ts
vendored
@ -84,5 +84,6 @@ export interface IElectronAPI {
|
||||
declare global {
|
||||
interface Window {
|
||||
electron: IElectronAPI
|
||||
openExternalLink: (e: React.MouseEvent<HTMLAnchorElement>) => void
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user