fix(core): open ai chat for first time (#7291)

There are two issues here:

1. open right sidebar with chat
2. notify chat-panel of selected content

The second issue will be fixed in a subsequent PR.
This commit is contained in:
fundon
2024-06-21 01:52:29 +00:00
committed by Fangdun Tsai
parent bf0cba31d3
commit 92be6b2ff7
7 changed files with 9 additions and 2 deletions
@@ -73,7 +73,7 @@ const DocPreview = forwardRef<
}, [docId, docs.list, resolvedMode, mode]);
useEffect(() => {
const disposable = AIProvider.slots.requestContinueInChat.on(() => {
const disposable = AIProvider.slots.requestOpenWithChat.on(() => {
if (doc) {
workbench.openPage(doc.id);
peekView.close();