mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 06:25:11 -05: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