playcanvas / pcui

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

Retire `Element#element` and `Element#disabled` #208

Closed willeastcott closed 1 year ago

willeastcott commented 1 year ago

Element#element and Element#disabled were deprecated long ago. This PR migrates these calls to Element#dom and Element#enabled respectively.