Fix subscribe target issues.
subscribe
used for some global UI events, but sometimes we do have use cases that we need to subscribe to certain target. Although subscribing different targets cannot share same event, but it still can get benefits from throttling.
Right now subscribing to specific target is still under documented. We will document it when it is more stable.
Thanks @ebertb.