making presentationEditor turn off when going to preview

This commit is contained in:
Chris Cochrun 2022-09-23 13:33:41 -05:00
parent 15600eecd2
commit fe337726cf

View file

@ -208,6 +208,7 @@ Controls.Page {
videoEditor.stop(); videoEditor.stop();
songEditor.visible = false; songEditor.visible = false;
imageEditor.visible = false; imageEditor.visible = false;
presentationEditor.visible = false;
presentation.visible = true; presentation.visible = true;
editMode = false; editMode = false;
presenting = true; presenting = true;