Skip to content

Commit 62c8419

Browse files
committed
🎨 #17843
1 parent 129a9c2 commit 62c8419

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/layout/dock/AgentMessageRenderer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import {addScript} from "../../protyle/util/addScript";
44
import {Constants} from "../../constants";
55
import {mathRender} from "../../protyle/render/mathRender";
66
import {showMessage} from "../../dialog/message";
7-
import {processSYLink} from "../../editor/openLink";
87
import type {App} from "../../index";
8+
import {processSiYuanUri} from "../../editor/openLink";
99

1010
export const renderTodoList = (result: string): string => {
1111
const L = window.siyuan.languages;
@@ -269,7 +269,7 @@ export const postRender = (container: HTMLElement, app?: App): void => {
269269
a.addEventListener("click", (event: MouseEvent) => {
270270
event.preventDefault();
271271
event.stopPropagation();
272-
void processSYLink(app, href);
272+
void processSiYuanUri(app, href);
273273
});
274274
});
275275
};

0 commit comments

Comments
 (0)