Kaynağa Gözat

fix: workflow shortcuts (#21164)

tags/1.5.0
zxhlyh 4 ay önce
ebeveyn
işleme
dbae5b0564
No account linked to committer's email address

+ 1
- 1
web/app/components/workflow/hooks/use-shortcuts.ts Dosyayı Görüntüle

@@ -61,7 +61,7 @@ export const useShortcuts = (): void => {
return !showFeaturesPanel && !isEventTargetInputArea(e.target as HTMLElement)
}, [workflowStore])

useKeyPress(['delete'], (e) => {
useKeyPress(['delete', 'backspace'], (e) => {
if (shouldHandleShortcut(e)) {
e.preventDefault()
handleNodesDelete()

Loading…
İptal
Kaydet