瀏覽代碼

fix: Optimize the event handling for inserting variable shortcuts, resolving incorrect blur issues (#22981) (#23707)

tags/1.7.2
HyaCinth 2 月之前
父節點
當前提交
ff791efe18
沒有連結到貢獻者的電子郵件帳戶。

+ 2
- 1
web/app/components/workflow/nodes/tool/components/mixed-variable-text-input/placeholder.tsx 查看文件

@@ -31,7 +31,8 @@ const Placeholder = () => {
<div className='system-kbd mx-0.5 flex h-4 w-4 items-center justify-center rounded bg-components-kbd-bg-gray text-text-placeholder'>/</div>
<div
className='system-sm-regular cursor-pointer text-components-input-text-placeholder underline decoration-dotted decoration-auto underline-offset-auto hover:text-text-tertiary'
onClick={((e) => {
onMouseDown={((e) => {
e.preventDefault()
e.stopPropagation()
handleInsert('/')
})}

Loading…
取消
儲存