fix(canvas): restrict prompt layer height for long input and enable scrolling for node prompts

This commit is contained in:
HouYunFei
2026-07-28 10:10:31 +08:00
parent edc7667830
commit bde33e7816
5 changed files with 7 additions and 2 deletions
+2
View File
@@ -8,6 +8,8 @@
+ [优化] 画布左侧元素列表新增图片放大预览操作。
+ [优化] 图片遮罩、切图与裁剪编辑支持常用快捷操作并修复高分辨率图片预览闪烁。
+ [优化] 提示词详情弹窗改为上下布局并限制显示尺寸。
+ [修复] 画布组装提示词浮层限制正文高度,长提示词改为区域内滚动查看。
+ [修复] 修复画布节点提示词过长时无法使用鼠标滚轮滚动的问题。
+ [修复] 修复画布重试时组装提示词重复以及切换类型调用模型不一致的问题。
## v0.10.0 - 2026-07-25