mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +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);
|
this.set("pollsObject", this._polls);
|
||||||
|
_glued.forEach(g => g.queueRerender());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user