Ver código fonte

fix: prompt editor insert context (#21526)

tags/1.5.1
zxhlyh 4 meses atrás
pai
commit
45dc0a43d3
Nenhuma conta vinculada ao e-mail do autor do commit

+ 4
- 0
web/app/components/base/prompt-editor/plugins/component-picker-block/prompt-option.tsx Ver arquivo

@@ -32,6 +32,10 @@ export const PromptMenuItem = memo(({
return
onMouseEnter()
}}
onMouseDown={(e) => {
e.preventDefault()
e.stopPropagation()
}}
onClick={() => {
if (disabled)
return

Carregando…
Cancelar
Salvar