cibernox / cibernox/ember-basic-dropdown-hover
Does it work?
未关闭
- 主要语言
- JavaScript
- 星标
- 5
- 派生
- 5
- PR 合并指标
- 30 天内没有已合并 PR
描述
Does this add-on still work? Looks like the mouse event listeners are not created.
```
{{yield (assign
dd
(hash
trigger=(component dd.Trigger
onMouseDown=(action "prevent")
onMouseEnter=(action "open")
onMouseLeave=(action "close"))
content=(component dd.Content
onMouseEnter=(action "open")
onMouseLeave=(action "close")
)
)
)}}
```
贡献指南
评估
这个 Issue 还没有评估数据。