rowtype-yoga / rowtype-yoga/purescript-yoga-react-dom
onDragLeave and onDragOver are missing from BaseHTMLHandlersF
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- PureScript
- Stars
- 7
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Every time I styled a dnd file uploader I needed these 2 event handlers. At the moment I use unsafeCoerce to inject them but it's kinda ugly.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating BaseHTMLHandlersF and reviewing its existing event-handler fields. Add onDragLeave and onDragOver following the surrounding handler conventions, then verify that a drag-and-drop uploader can use both handlers without unsafeCoerce.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100