cibernox / cibernox/ember-basic-dropdown-hover

Does it work?

Open
#8 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
5
Forks
5
PR merge metrics
No merged PRs in 30d

Description

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")
)
)
)}}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.