mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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