dify/web/app/components/workflow/skill/file-tree
yyh 38a2d2fe68
fix(skill): isolate more button click from tree node click handling
Use split button pattern to separate main content area from more button.
This prevents click events on the more button from bubbling up to the
parent element's click/double-click handlers, which caused unintended
file opening when clicking the menu button multiple times.
2026-01-16 14:07:07 +08:00
..
index.tsx refactor: move skill store to workflow/store/ 2026-01-16 13:51:50 +08:00
menu-item.tsx refactor(skill): unify node menu components with cva variants 2026-01-16 13:51:49 +08:00
node-menu.tsx refactor(skill): unify node menu components with cva variants 2026-01-16 13:51:49 +08:00
tree-context-menu.tsx refactor(skill): move skill editor slice to core workflow store 2026-01-16 13:51:50 +08:00
tree-edit-input.tsx feat(skill): add inline rename and guide lines to file tree 2026-01-15 21:30:02 +08:00
tree-guide-lines.tsx feat(skill): add inline rename and guide lines to file tree 2026-01-15 21:30:02 +08:00
tree-node.tsx fix(skill): isolate more button click from tree node click handling 2026-01-16 14:07:07 +08:00