mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-13 08:06:24 +08:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user