This website works better with JavaScript.
首頁
探索
說明
註冊
登入
OpenSource
/
dify
關註
4
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
152
Wiki
Activity
瀏覽代碼
fix: prompt editor insert context (
#21526
)
tags/1.5.1
zxhlyh
4 月之前
父節點
1610f62a28
當前提交
45dc0a43d3
No account linked to committer's email address
共有
1 個文件被更改
,包括
4 次插入
和
0 次删除
分割檢視
顯示文件統計
4
0
web/app/components/base/prompt-editor/plugins/component-picker-block/prompt-option.tsx
+ 4
- 0
web/app/components/base/prompt-editor/plugins/component-picker-block/prompt-option.tsx
查看文件
@@ -32,6 +32,10 @@ export const PromptMenuItem = memo(({
return
onMouseEnter()
}}
onMouseDown={(e) => {
e.preventDefault()
e.stopPropagation()
}}
onClick={() => {
if (disabled)
return
Write
Preview
Loading…
取消
儲存