Parcourir la source

fix: prompt editor insert context (#21526)

tags/1.5.1
zxhlyh il y a 4 mois
Parent
révision
45dc0a43d3
Aucun compte lié à l'adresse e-mail de l'auteur

+ 4
- 0
web/app/components/base/prompt-editor/plugins/component-picker-block/prompt-option.tsx Voir le fichier

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

Chargement…
Annuler
Enregistrer