caplin / FlexLayout

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

Change setEventListener to support adding multiple event listeners. #425

Open ethan-vanderheijden opened 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.