Fix racecondition during loading of comments
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -56,6 +56,10 @@ class ActivityController {
|
||||
|
||||
let $target = $('.newCommentForm .message');
|
||||
this.applyAtWho($target);
|
||||
|
||||
this.activityservice.subscribe(this.$scope, function() {
|
||||
self.$scope.$apply();
|
||||
})
|
||||
}
|
||||
|
||||
applyAtWho($target) {
|
||||
|
||||
Reference in New Issue
Block a user