mirror of
https://github.com/discourse/discourse.git
synced 2025-09-10 14:42:52 +08:00
FIX: Live updates for polls was broken.
This commit is contained in:
parent
63954c1b33
commit
d4b2a635c7
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ function initializePolls(api) {
|
|||
}
|
||||
});
|
||||
this.set("pollsObject", this._polls);
|
||||
_glued.forEach(g => g.queueRerender());
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue