BlockUI

BlockUI

19M Downloads

Improvement: Switchview should only trigger updates in it's currently active page, not all of them

Thodor12 opened this issue ยท 1 comments

commented

SwitchView doesn't currently implement onUpdate, which mean it falls back to the View.onUpdate, which in term updates very child.

In a SwitchView however, only one of the children can be shown at a time, meaning it's not really necessary to actively keep updating the other pages as well.

commented

Closed in 4f2a142