EnCiv / undebate-ssp

Undebate Self Service Portal- Web portal where election administrators of democratically run organizations create undebates for their candidates and voters
Other
6 stars 9 forks source link

Moderator recording iFrame does not change if recorder updated #209

Closed ddfridley closed 1 year ago

ddfridley commented 1 year ago

The moderator recorder page's iframe does not update if you change a question and then regenerate the recorder. If you refresh the page it does update.

I presume the problem is that while the react component rerenders on the change, the iframe does not because the nothing in it's parameters changes - the url of the recorder didn't change. We may need to add a counter or something to cause the iframe to rerender.

ddfridley commented 1 year ago

closed in #220