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

View File

@@ -106,7 +106,7 @@ const DetailPageImpl = memo(function DetailPageImpl() {
}, [editor, isActiveView, setActiveBlockSuiteEditor]);
useEffect(() => {
AIProvider.slots.requestContinueInChat.on(() => {
AIProvider.slots.requestOpenWithChat.on(() => {
rightSidebar.open();
if (activeTabName !== 'chat') {
setActiveTabName('chat');