caplin / FlexLayout

Docking Layout Manager for React
MIT License
919 stars 173 forks source link

Create addEventListener to support adding multiple event listeners. #424

Closed ethan-vanderheijden closed 9 months ago

ethan-vanderheijden commented 9 months ago

Currently, you can only set one event listener at a time using setEventListener(), but it would be nice if multiple event listeners were supported.