FIX: Live updates for polls was broken.

This commit is contained in:
Guo Xiang Tan 2017-01-16 16:57:46 +08:00
parent 63954c1b33
commit d4b2a635c7
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ function initializePolls(api) {
}
});
this.set("pollsObject", this._polls);
_glued.forEach(g => g.queueRerender());
}
}
});