Andarist / Andarist/use-onclickoutside
Doesn't handle portals
未关闭
- 主要语言
- TypeScript
- 星标
- 496
- 派生
- 27
- PR 合并指标
- 30 天内没有已合并 PR
描述
I don't know if this should be classed as a bug or not, but its something I'd want a hook like this to do if it were to replace the horrendous hacky code I wrote to do the same.
Events in React propagate through component hierarchies rather than DOM hierarchies but in this case, because you're looking at DOM events, an outside click doesn't behave the same as a conventional click. I have some use cases where this is distinction is important (for example a popout within a modal, both of which use portals).
I'm interested to know how / if this can be achieved with in this hook?
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。