FIX: Live updates for polls was broken.
This commit is contained in:
parent
63954c1b33
commit
d4b2a635c7
|
@ -43,6 +43,7 @@ function initializePolls(api) {
|
|||
}
|
||||
});
|
||||
this.set("pollsObject", this._polls);
|
||||
_glued.forEach(g => g.queueRerender());
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue