playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
664 stars 62 forks source link

Panel class drag event fix #304

Closed ellthompson closed 1 year ago

ellthompson commented 1 year ago

Currently classes that extend the Panel class cannot correctly extend the onDragEnd function due to it being an anonymous function.