Closed michielbdejong closed 3 years ago
They are almost identical:
https://github.com/solid/solid-ui/blob/master/src/widgets/buttons.js#L68
if (root.refresh) { root.refresh() return } for (var i = 0; i < root.children.length; i++) { buttons.refreshTree(root.children[i]) }
https://github.com/solid/solid-ui/blob/master/src/widgets/buttons.js#L582
if (root.refresh) { root.refresh() return } for (var i = 0; i < root.children.length; i++) { refreshTree(root.children[i]) }
This was solved already. It is an old ticket.
They are almost identical:
https://github.com/solid/solid-ui/blob/master/src/widgets/buttons.js#L68
https://github.com/solid/solid-ui/blob/master/src/widgets/buttons.js#L582