making presentationEditor turn off when going to preview
This commit is contained in:
parent
15600eecd2
commit
fe337726cf
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue