mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 16:29:32 +08:00
FIX: Live updates for polls was broken.
This commit is contained in:
@ -43,6 +43,7 @@ function initializePolls(api) {
|
||||
}
|
||||
});
|
||||
this.set("pollsObject", this._polls);
|
||||
_glued.forEach(g => g.queueRerender());
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user