cibernox / cibernox/ember-basic-dropdown-hover
Does it work?
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 5
- Fork
- 5
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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")
)
)
)}}
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.