@myun/gimi-chat 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -195,6 +195,7 @@ var CommonChat = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
195
195
|
(_chatInputRef$current = chatInputRef.current) === null || _chatInputRef$current === void 0 || _chatInputRef$current.setValue('');
|
|
196
196
|
// 清空AI搜课结果
|
|
197
197
|
setSearchedCourseList([]);
|
|
198
|
+
setShowSearchCourseListSidebar(false);
|
|
198
199
|
var conversationId = store.getState().gimiMenu.conversationId;
|
|
199
200
|
if (!conversationId) {
|
|
200
201
|
startConversationAndChat(val);
|