mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
fix(drag): mutex selection between nested parent and child nodes (#6821)
* fix(drag): mutex selection between nested parent and child nodes * fix: mutex selection between nested parent and child nodes * doc --------- Co-authored-by: archer <545436317@qq.com>
This commit is contained in:
@@ -10,12 +10,10 @@ description: 'FastGPT V4.15.0 更新说明'
|
||||
|
||||
## ⚙️ 优化
|
||||
|
||||
1. embedding 适配 base64 字符串返回值。
|
||||
1. 增加父子节点选中互斥功能,解决:同时选中父子节点时,移动节点会出现抖动。
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
1. helper-bot 前缀输出 Error~ 信息
|
||||
2. 阿里云 oss copy 接口。
|
||||
|
||||
## 代码优化
|
||||
|
||||
|
||||
@@ -426,4 +426,4 @@
|
||||
"content/use-cases/external-integration/wecom.mdx": "2026-04-26T21:08:47+08:00",
|
||||
"content/use-cases/index.en.mdx": "2026-04-26T21:08:47+08:00",
|
||||
"content/use-cases/index.mdx": "2026-04-26T21:08:47+08:00"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user