siggame / Viseur

Visualizer for the Cadre AI game framework
http://vis.siggame.io
MIT License
5 stars 9 forks source link

Arena + Presentation mode does not work #32

Closed JacobFischer closed 5 years ago

JacobFischer commented 6 years ago

If you go to arena mode, give it a valid url, and make sure presentation mode remains checked, it will not enter presentation mode upon refresh.

This is because the &presentation url parameter does not get set. This appears to be because the FileTab.presentationInput.value is always false, regardless if it is checked.

This is probably a simple fix, but I don't have time at the moment to investigate it.