mirror of
https://github.com/langgenius/dify.git
synced 2026-04-27 05:58:14 +08:00
Move global keyboard shortcut handling from component-level hook to SkillSaveProvider, eliminating duplicate event listener registrations and race conditions. Delete use-skill-file-save hook as its logic is now consolidated in the provider with direct store access.