dify/web/app/components/workflow/skill
yyh 3205f98d05
refactor(web): unify auto-expand trigger for drag-and-drop
Replace event-based auto-expand trigger with Zustand state-driven
approach. Now both external file uploads and internal node drag use
the same isDragOver state as the single source of truth for folder
auto-expand timing (1s blink, 2s expand).
2026-01-20 18:10:52 +08:00
..
editor
file-tree Revert "refactor(web): remove redundant useUnifiedDrag abstraction layer" 2026-01-20 18:09:25 +08:00
hooks refactor(web): unify auto-expand trigger for drag-and-drop 2026-01-20 18:10:52 +08:00
utils feat: unified drag-and-drop for skill file tree 2026-01-20 18:09:08 +08:00
viewer
constants.ts feat: unified drag-and-drop for skill file tree 2026-01-20 18:09:08 +08:00
content-area.tsx
content-body.tsx
file-content-panel.tsx
file-tab-item.tsx
file-tabs.tsx
main.tsx
sidebar-search-add.tsx
sidebar.tsx
skill-page-layout.tsx
type.ts