purescript-react / purescript-react-basic-dom

https://pursuit.purescript.org/packages/purescript-react-basic-dom
Apache License 2.0
11 stars 18 forks source link

`dataTransfer` HTML docs #18

Closed jamesdbrock closed 2 years ago

jamesdbrock commented 3 years ago

The dataTransfer function is not included in the generated docs on Pursuit. I don't know why.

https://github.com/lumihq/purescript-react-basic-dom/blob/cb761db2ea6722c793f74757333893ff558a7bf0/src/React/Basic/DOM/Events.purs#L44

https://pursuit.purescript.org/packages/purescript-react-basic-dom/3.2.0/docs/React.Basic.DOM.Events

pete-murphy commented 2 years ago

This seems to be resolved with latest version of docs https://pursuit.purescript.org/packages/purescript-react-basic-dom/4.2.0/docs/React.Basic.DOM.Events#v:dataTransfer

jamesdbrock commented 2 years ago

Yup