Fix manual hide apply and clear panel actions

This commit is contained in:
Hao19911125
2026-04-02 22:32:06 +08:00
parent 5a5f495536
commit 2fbc46d8a1
2 changed files with 14 additions and 13 deletions

View File

@@ -8663,6 +8663,8 @@ async function onReembedDirect() {
testMemoryLLM: onTestMemoryLLM,
fetchMemoryLLMModels: onFetchMemoryLLMModels,
fetchEmbeddingModels: onFetchEmbeddingModels,
applyCurrentHide: () => applyMessageHideNow("panel-manual-apply"),
clearCurrentHide: () => clearAllHiddenMessages("panel-manual-clear"),
rebuildVectorIndex: () => onRebuildVectorIndex(),
rebuildVectorRange: (range) => onRebuildVectorIndex(range),
reembedDirect: onReembedDirect,