silverstripe / webpack-config

Reusable webpack bundle declarations for Silverstripe modules
BSD 3-Clause "New" or "Revised" License
16 stars 9 forks source link

NEW Exposing withDragDropContext HOC for ReactDND #30

Closed ScopeyNZ closed 5 years ago

ScopeyNZ commented 5 years ago

This allows the HOC to provide only one DragDropContext for multiple drag areas. Currently you cannot have more than one.

See silverstripe/silverstripe-admin#711 for the admin PR implementing this HOC.

ScopeyNZ commented 5 years ago

This PR is exactly the same as #31 😂 - Closing