playcanvas / pcui

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

Remove some occurrences of ts-ignore #351

Closed willeastcott closed 2 months ago

willeastcott commented 2 months ago

Removes 4 occurrences of @ts-ignore. The GridViewItem one was needed because of a copy+paste error from TreeViewItem (which has an open property).