> 🎓 OSS26 轻训营 · 个人认领题(Good First Issue) > 关联原始 issue:#1938 ### 背景 在 Sender 中用 Backspace 删除已插入的 skill 标签时,`onClose` 事件不触发,外部无法感知删除。 ### 模块 `packages/x/components/sender/`(slot / skill 相关 hooks) ### 任务 在键盘删除 slot 节点的分支中补发 `onClose`。 ### 验收 - 单测模拟 Backspace 删除并断言回调触发
背景
在 Sender 中用 Backspace 删除已插入的 skill 标签时,
onClose事件不触发,外部无法感知删除。模块
packages/x/components/sender/(slot / skill 相关 hooks)任务
在键盘删除 slot 节点的分支中补发
onClose。验收