refractor(web): 优化选择节点的选择器

This commit is contained in:
2025-07-16 23:08:25 +08:00
parent 72a9d58f4c
commit fbc6144d82
6 changed files with 13 additions and 10 deletions

View File

@@ -42,7 +42,6 @@ function Conversation() {
const [input, setInput] = useState<string>('')
useUnmount(() => {
console.log('Page Unmount')
abortController.current?.abort()
})