Skip to content
Snippets Groups Projects
Unverified Commit 7a70bcce authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Merge pull request #11925 from hiroshisuga/patch-33

Trigger layout rearrangement by quick poll button
parents 9b433745 ab66434b
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,7 @@ export default withTracker((params) => {
const startPoll = (type, id, answers) => {
Session.set('openPanel', 'poll');
Session.set('forcePollOpen', true);
window.dispatchEvent(new Event('panelChanged'));
makeCall('startPoll', type, id, '', answers);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment